sh: boards/mach-x3proto: gpio: fix error handling code
authorKulikov Vasiliy <segooon@gmail.com>
Sun, 10 Oct 2010 17:28:27 +0000 (17:28 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 11 Oct 2010 15:34:42 +0000 (00:34 +0900)
Checks for (irq < 0) and (ilsel < 0) didn't make sense since they were
unsigned.  Made them signed.

Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found