Staging: ft1000: Fix assignment of bool to non-0/1 constant in ft1000_usb.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 27 Oct 2013 14:19:38 +0000 (19:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Oct 2013 22:00:34 +0000 (15:00 -0700)
commitdfff0c3f528cc1c86c2f6d010cedd6394875cc37
treed4f86d28f025552e0fe7cdeda5dc74ba178ecfac
parent097f261217a9159e76963cbcbc33f8cad59c651a
Staging: ft1000: Fix assignment of bool to non-0/1 constant in ft1000_usb.c

This patch fixes the following coccinelle error in ft1000-usb/ft1000_usb.c-
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c:50:4-18: ERROR: Assignment of bool to non-0/1 constant
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c:174:1-15: ERROR: Assignment of bool to non-0/1 constant
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c:39:12-26: ERROR: Assignment of bool to non-0/1 constant

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c