Tag: 42a5a418b2e572ae7056a6381d4d8428008a18b3

staging: comedi: change bool assignment to true

Author: Teodora Baluta <teobaluta@gmail.com> This is a minor fix that was suggested by coccinelle. When defined as a bool, a variable should use true/false rather than 1/0. Signed-off-by: Teodora Baluta Reviewed-by: Lisa Nguyen Reviewed-by: Peter P Waskiewicz Jr Signed-off-by: Greg Kroah-Hartman — drivers/staging/comedi/drivers/amplc_dio200_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff …

Continue reading