Staging: ft1000: Fix assignment of bool to non-0/1 constant in ft1000_download.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 27 Oct 2013 14:20:45 +0000 (19:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Oct 2013 22:00:35 +0000 (15:00 -0700)
commit36f955bf06ccc5edf8133368cb077707a01eba6c
tree466c6376d2a19dfdb67635c56519cd0b02b87c78
parentdfff0c3f528cc1c86c2f6d010cedd6394875cc37
Staging: ft1000: Fix assignment of bool to non-0/1 constant in ft1000_download.c

This patch fixes the following coccinelle error in ft1000-usb/ft1000_download.c -

drivers/staging/ft1000/ft1000-usb/ft1000_download.c:615:1-16: ERROR: Assignment of bool to non-0/1 constant
drivers/staging/ft1000/ft1000-usb/ft1000_download.c:926:5-20: ERROR: Assignment of bool to non-0/1 constant
drivers/staging/ft1000/ft1000-usb/ft1000_download.c:943:7-22: 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_download.c