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

No differences found