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:
3f2e40d
)
[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}
author
Jeff Garzik
<jeff@garzik.org>
Fri, 19 Oct 2007 05:56:02 +0000
(
01:56
-0400)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 23 Oct 2007 23:53:15 +0000
(19:53 -0400)
parport_ieee1284_interrupt() was not using its first arg at all.
Delete.
parport_generic_irq()'s second arg makes its first arg completely
redundant. Delete, and use port->irq in the one place where we actually
need it.
Also, s/__inline__/inline/ to make the code look nicer.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
No differences found