From: Kulikov Vasiliy Date: Sun, 10 Oct 2010 17:28:27 +0000 (+0000) Subject: sh: boards/mach-x3proto: gpio: fix error handling code X-Git-Tag: v2.6.37-rc1~136^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a30d7bfcd33c03f1f67d3e1c317eb5d6a6bc811;p=pandora-kernel.git sh: boards/mach-x3proto: gpio: fix error handling code Checks for (irq < 0) and (ilsel < 0) didn't make sense since they were unsigned. Made them signed. Signed-off-by: Vasiliy Kulikov Signed-off-by: Paul Mundt --- Reading git-diff-tree failed