]> git.baikalelectronics.ru Git - kernel.git/commit
[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}
authorJeff Garzik <jeff@garzik.org>
Fri, 19 Oct 2007 05:56:02 +0000 (01:56 -0400)
committerJeff Garzik <jeff@garzik.org>
Tue, 23 Oct 2007 23:53:15 +0000 (19:53 -0400)
commitc914f4d0835990571317e0ef12bab19d88102112
tree6bb5e61167c520727724c9ad0297f3bcd743151b
parentf92e3c41414fc59bf51a4f90de0c8a2d97e704d0
[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>
drivers/parport/ieee1284.c
drivers/parport/parport_mfc3.c
drivers/parport/share.c
drivers/usb/misc/uss720.c
include/linux/parport.h