commit | 5a30d7bfcd33c03f1f67d3e1c317eb5d6a6bc811 | [log] [tgz] |
---|---|---|
author | Kulikov Vasiliy <segooon@gmail.com> | Sun Oct 10 17:28:27 2010 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Oct 12 00:34:42 2010 +0900 |
tree | 9d07bf81037d87311f06d2f463fa61e797e128b5 | |
parent | 06c7a489a97fce99fd86611f6f32e565e686e5d8 [diff] |
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 <segooon@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>