]> bbs.cooldavid.org Git - net-next-2.6.git/commit
parport_serial: use the PCI IRQ if offered
authorFr?d?ric Bri?re <fbriere@fbriere.net>
Wed, 11 Aug 2010 01:03:30 +0000 (18:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:22 +0000 (08:59 -0700)
commit832ccf6f44969b616b2aeea25276684cf104fa3b
tree2aa3c7022469cd37340e4f17d092942e33d889ed
parent863a6049202412a6d655d052eb1c45ca7dd74a83
parport_serial: use the PCI IRQ if offered

Commit 51dcdfe ("parport: Use the PCI IRQ if offered") added IRQ support
for PCI parallel port devices handled by parport_pc, but turned it off for
parport_serial, despite a printk() message to the contrary.

Signed-off-by: Fr?d?ric Bri?re <fbriere@fbriere.net>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/parport/parport_serial.c