commit | f230d1010ad0dcd71d9ca8ea6864afac49c5aa9b | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Fri Oct 19 01:56:02 2007 -0400 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Oct 23 19:53:15 2007 -0400 |
tree | 6bb5e61167c520727724c9ad0297f3bcd743151b | |
parent | 3f2e40df0e1d7694224c3083b0bebd129039a40a [diff] |
[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} 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>