SCSI: aha152x_cs: Fix regression that keeps driver from using shared interrupts
authorLarry Finger <Larry.Finger@lwfinger.net>
Sun, 4 Jan 2009 05:28:25 +0000 (23:28 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 18 Jan 2009 18:35:28 +0000 (10:35 -0800)
commit653ec0e6c09c77f54abe19e0a9e22854cd53ad30
tree7f329c8f3bb6e25cabc759733178396b42746935
parent7d75e838bb5a3b2ec427b4121d4404f6b5689aae
SCSI: aha152x_cs: Fix regression that keeps driver from using shared interrupts

commit 58607b30fc0f2230a189500112c7a7cca02804cf upstream.

At some point since 2.6.22, the aha152x_cs driver stopped working and
started erring on load with the following messages:

kernel: pcmcia: request for exclusive IRQ could not be fulfilled.
kernel: pcmcia: the driver needs updating to supported shared IRQ lines.

With the following change, the driver works with shared IRQs.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/pcmcia/aha152x_stub.c