Skip to content

Commit

Permalink
[SCSI] qla2xxx: Allow MSI interrupt registration for ISP82xx.
Browse files Browse the repository at this point in the history
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Sep 24, 2012
1 parent c111495 commit 487370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2918,7 +2918,7 @@ qla2x00_request_irqs(struct qla_hw_data *ha, struct rsp_que *rsp)
skip_msix:

if (!IS_QLA24XX(ha) && !IS_QLA2532(ha) && !IS_QLA8432(ha) &&
!IS_QLA8001(ha))
!IS_QLA8001(ha) && !IS_QLA82XX(ha))
goto skip_msi;

ret = pci_enable_msi(ha->pdev);
Expand Down

0 comments on commit 487370a

Please sign in to comment.