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.27.12~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=653ec0e6c09c77f54abe19e0a9e22854cd53ad30;p=pandora-kernel.git 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 Signed-off-by: James Bottomley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed