]> git.baikalelectronics.ru Git - kernel.git/commit
Input: altera_ps2 - fix test of unsigned in altera_ps2_probe()
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 15 Dec 2009 17:15:48 +0000 (09:15 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 15 Dec 2009 17:17:06 +0000 (09:17 -0800)
commitb022183f20b21ef3dcfd382a20f1ac9b3a7200e2
tree976f3cb9585261c5a9bba712a669970c2f83282e
parent63c375e17e496aa7c37356e37ac493089b2ef6a7
Input: altera_ps2 - fix test of unsigned in altera_ps2_probe()

ps2if->irq is unsigned so the test does not work.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/altera_ps2.c