From: Ian Abbott Date: Wed, 19 Jan 2011 11:48:44 +0000 (+0000) Subject: staging: comedi: ni_labpc: Use shared IRQ for PCMCIA card X-Git-Tag: v2.6.37.1~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e95dae0b9a649c230c985facf1bd4a2c836d9bf;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed