mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 22:10:24 +00:00
[SCSI] qla2xxx: Allow MSI interrupt registration for ISP82xx.
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>
This commit is contained in:
parent
c1114953f6
commit
487370af8a
@ -2918,7 +2918,7 @@ qla2x00_request_irqs(struct qla_hw_data *ha, struct rsp_que *rsp)
|
|||||||
skip_msix:
|
skip_msix:
|
||||||
|
|
||||||
if (!IS_QLA24XX(ha) && !IS_QLA2532(ha) && !IS_QLA8432(ha) &&
|
if (!IS_QLA24XX(ha) && !IS_QLA2532(ha) && !IS_QLA8432(ha) &&
|
||||||
!IS_QLA8001(ha))
|
!IS_QLA8001(ha) && !IS_QLA82XX(ha))
|
||||||
goto skip_msi;
|
goto skip_msi;
|
||||||
|
|
||||||
ret = pci_enable_msi(ha->pdev);
|
ret = pci_enable_msi(ha->pdev);
|
||||||
|
Loading…
Reference in New Issue
Block a user