From: Mike Hernandez Date: Wed, 24 Nov 2010 00:52:47 +0000 (-0800) Subject: [SCSI] qla2xxx: Change MSI initialization from using incorrect request_irq parameter. X-Git-Tag: v2.6.37-rc6~15^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7992abfc8b851456f2dfac3229ecb3a5e5637df0;p=pandora-kernel.git [SCSI] qla2xxx: Change MSI initialization from using incorrect request_irq parameter. IRQF_SHARED flag should not be set when calling request_irq for MSI since this interrupt mechanism cannot be shared like standard INTx. Signed-off-by: Mike Hernandez Signed-off-by: Madhuranath Iyengar Signed-off-by: James Bottomley --- Reading git-diff-tree failed