diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-15 14:12:05 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-24 14:50:50 +0100 |
commit | 58c0f5aa124534af16d7faaf1abdfa0d9fec8290 (patch) | |
tree | b51cd9e948f9a6a29bcdfb1acf6aa2afecfae5f1 /drivers/gpio/gpio-rc5t583.c | |
parent | gpio: omap: Use devm_ioremap_resource() (diff) | |
download | linux-58c0f5aa124534af16d7faaf1abdfa0d9fec8290.tar.xz linux-58c0f5aa124534af16d7faaf1abdfa0d9fec8290.zip |
gpio: davinci: Use signed type for 'irq' variable
Variable 'irq' is declared as unsigned and then used to store
negative return values from irq_alloc_descs() such as -EINVAL.
This patch fix this by declaring the variable as a signed.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-rc5t583.c')
0 files changed, 0 insertions, 0 deletions