staging: comedi: change bool assignment to true
authorTeodora Baluta <teobaluta@gmail.com>
Mon, 4 Nov 2013 18:13:10 +0000 (20:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 20:14:54 +0000 (12:14 -0800)
commit42a5a418b2e572ae7056a6381d4d8428008a18b3
tree359ed61cf58fa10c38d638ee208183a3ef9e3c25
parent4b5c08e85d5dbbe6c22e47b5cf4401be2639e9e5
staging: comedi: change bool assignment to true

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 <teobaluta@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_dio200_common.c