From: Xi Wang Date: Mon, 12 Dec 2011 07:40:56 +0000 (-0800) Subject: Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq() X-Git-Tag: v3.2-rc7~41^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a7f8fb1d8c9b6a066b0452cea47c85547c97723;p=pandora-kernel.git Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq() The error check (intr_status < 0) didn't work because intr_status is a u8. Change its type to signed int. Signed-off-by: Xi Wang Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed