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:
080eb42
)
drivers/char/riscom8: clean up irq handling
author
Jeff Garzik
<jeff@garzik.org>
Tue, 23 Oct 2007 23:12:11 +0000
(19:12 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 23 Oct 2007 23:53:17 +0000
(19:53 -0400)
Make irq handling more efficient, by passing board pointer via
request_irq() to our irq handler's dev_id argument.
This eliminates a table lookup upon each interrupt, and eliminates an
associated global variable (the table).
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/char/riscom8.c
patch
|
blob
|
history
diff --cc
drivers/char/riscom8.c
Simple merge