Commit 487370af authored by Giridhar Malavali's avatar Giridhar Malavali Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Allow MSI interrupt registration for ISP82xx.

parent c1114953
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);