commit | 6dd599f8af0166805951f4421a78ba716d78321a | [log] [tgz] |
---|---|---|
author | David Jander <david@protonic.nl> | Wed Jun 08 11:37:45 2011 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Jun 08 11:37:45 2011 -0600 |
tree | 2a319eb6c912711c3c1d54e2dcb79c9f44c9f4bd | |
parent | 17e8b42c17c3e9735ea03c4e6b67cedf5de170f4 [diff] |
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>