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)
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>

No differences found