mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-10 11:30:49 +00:00
[SCSI] qla2xxx: Don't register to legacy interrupt 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
8fcd6b8b0f
commit
a033b65532
@ -2913,6 +2913,11 @@ skip_msix:
|
||||
} 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,
|
||||
|
Loading…
Reference in New Issue
Block a user