]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: ni_labpc: Use shared IRQ for PCMCIA card
authorIan Abbott <abbotti@mev.co.uk>
Wed, 19 Jan 2011 11:48:44 +0000 (11:48 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 Jan 2011 20:15:51 +0000 (12:15 -0800)
commit77252718c91cb1b61ccebe6ccc2a46319a0e6413
treec3920d74a9dca453db277eff113e4781f8df5bb8
parentadee51b31569cf1f1dee31379ea75f2435f82cd2
staging: comedi: ni_labpc: Use shared IRQ for PCMCIA card

The ni_labpc driver module only requests a shared IRQ for PCI devices,
requesting a non-shared IRQ for non-PCI devices.
As this module is also used by the ni_labpc_cs module for certain
National Instruments PCMCIA cards, it also needs to request a shared IRQ
for PCMCIA devices, otherwise you get a IRQ mismatch with the CardBus
controller.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/ni_labpc.c