Tag: 9d8fe1f788e64b90aa30dc100e67bf986ebbd803

Staging: ft1000: Fix comparsion of bool to 0/1 in ft1000_hw.c

Author: Rashika Kheria <rashika.kheria@gmail.com> This patch fixes the following coccinelle warning in ft1000-usb/ft1000_hw.c – drivers/staging/ft1000/ft1000-usb/ft1000_hw.c:1924:9-25: WARNING: Comparison of bool to 0/1 Signed-off-by: Rashika Kheria Reviewed-by: Lisa Nguyen Signed-off-by: Greg Kroah-Hartman — drivers/staging/ft1000/ft1000-usb/ft1000_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff –git a/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c b/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c index ca8c7b2..ca5b56c 100644 — a/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c @@ …

Continue reading