]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: pca953x: return IRQ_NONE when appropriate
authorToby Smith <toby@tismith.id.au>
Wed, 30 Apr 2014 08:01:40 +0000 (18:01 +1000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 9 May 2014 10:55:26 +0000 (12:55 +0200)
commit9f445273ad544bd841140c238a507fa43933e165
tree86e43ca7dcfa41b8b7b52a415bf70df7766a4324
parentaa7315f352240c1e3072002554bd024e7451441b
gpio: pca953x: return IRQ_NONE when appropriate

The irq handler should return IRQ_NONE or IRQ_HANDLED to report
if we have handled the interrupt.

Signed-off-by: Toby Smith <toby@tismith.id.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pca953x.c