git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e8b42
)
gpio/pca953x: Fix warning of enabled interrupts in handler
author
David Jander
<david@protonic.nl>
Wed, 8 Jun 2011 17:37:45 +0000
(11:37 -0600)
committer
Grant 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