plat-nomadik: type secondary IRQ correctly
authorVirupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>
Thu, 11 Nov 2010 08:40:38 +0000 (14:10 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Mar 2011 13:05:15 +0000 (14:05 +0100)
commit2c8bb0eba96f6027ea1e6cf52376e07d18f54ddc
tree539da62ff7063e095c865d7472ba50ead77cf884
parent9c66ee6f55667c5f7e118135d3175b0100e160b9
plat-nomadik: type secondary IRQ correctly

Coverity found that we were checking an unsigned variable for
>= zero. Type it correctly so that the check works as intended.

Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/plat-nomadik/gpio.c