Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[SCSI] qla2xxx: Don't register to legacy interrupt for ISP82xx.

parent 8fcd6b8b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2913,6 +2913,11 @@ qla2x00_request_irqs(struct qla_hw_data *ha, struct rsp_que *rsp)
	} else
		ql_log(ql_log_warn, vha, 0x0039,
		    "MSI-X; Falling back-to INTa mode -- %d.\n", ret);

	/* Skip INTx on ISP82xx. */
	if (!ha->flags.msi_enabled && IS_QLA82XX(ha))
		return QLA_FUNCTION_FAILED;

skip_msi:

	ret = request_irq(ha->pdev->irq, ha->isp_ops->intr_handler,