]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[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)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 5 Jan 2009 18:17:42 +0000 (12:17 -0600)
commit58607b30fc0f2230a189500112c7a7cca02804cf
treef79251111c1627e1a5710774b854c4836568f132
parent5db524bd469290212781e1cb0293b57a7a1c000a
[SCSI] aha152x_cs: Fix regression that keeps driver from using shared interrupts

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>
Cc: Stable <stable@kernel.org> [2.6.28], [2.6.27], [2.6.26]
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/pcmcia/aha152x_stub.c