From: Larry Finger Date: Sun, 4 Jan 2009 05:28:25 +0000 (-0600) Subject: [SCSI] aha152x_cs: Fix regression that keeps driver from using shared interrupts X-Git-Tag: v2.6.29-rc1~41^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58607b30fc0f2230a189500112c7a7cca02804cf;p=pandora-kernel.git [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 Cc: Stable [2.6.28], [2.6.27], [2.6.26] Signed-off-by: James Bottomley --- Reading git-diff-tree failed