[SCSI] qla4xxx: initialize MSI in correct way
authorShyam Sundar <shyam.sundar@qlogic.com>
Fri, 3 Dec 2010 06:12:08 +0000 (22:12 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 21 Dec 2010 18:24:35 +0000 (12:24 -0600)
commit61391d314e856030b2b40b5d6ea22b93de0f1fed
tree0fba1d31cb8b92fb3364416f0df677c0116bb7fd
parent3e1350c4dc8900476c4db2066c00f13e9e939817
[SCSI] qla4xxx: initialize MSI in correct way

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: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: Shyam Sundar <shyam.sundar@qlogic.com>
Signed-off-by: Ravi Anand <ravi.anand@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla4xxx/ql4_isr.c