]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpio/pca953x: Fix warning of enabled interrupts in handler
authorDavid Jander <david@protonic.nl>
Wed, 8 Jun 2011 17:37:45 +0000 (11:37 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 8 Jun 2011 17:37:45 +0000 (11:37 -0600)
commit6dd599f8af0166805951f4421a78ba716d78321a
tree2a319eb6c912711c3c1d54e2dcb79c9f44c9f4bd
parent17e8b42c17c3e9735ea03c4e6b67cedf5de170f4
gpio/pca953x: Fix warning of enabled interrupts in handler

When using nested threaded irqs, use handle_nested_irq(). This function
does not call the chip handler, so no handler is set.

Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-pca953x.c