Skip to content
Commit f230d101 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[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: default avatarJeff Garzik <jgarzik@redhat.com>
parent 3f2e40df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment