staging: comedi: ni_labpc: Use shared IRQ for PCMCIA card
commit3b7c17442d1bee08df0bf35ffb31d5d4847c823c
authorIan Abbott <abbotti@mev.co.uk>
Wed, 19 Jan 2011 11:48:44 +0000 (19 11:48 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 23:36:51 +0000 (17 15:36 -0800)
treebd8a3e7ddb677408ea538165b55dddf81fbcab05
parente3173458bd06d19f93c0af3aded9caaf02a6f5f9
staging: comedi: ni_labpc: Use shared IRQ for PCMCIA card

commit d1ce318496f5943d2cc5e20171fc383a59a1421f upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/ni_labpc.c