From: Rashika Kheria Date: Sun, 27 Oct 2013 14:20:45 +0000 (+0530) Subject: Staging: ft1000: Fix assignment of bool to non-0/1 constant in ft1000_download.c X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36f955bf06ccc5edf8133368cb077707a01eba6c;p=pandora-kernel.git 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 Reviewed-by: Lisa Nguyen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed