Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263797
b: refs/heads/master
c: 42cd4f5
h: refs/heads/master
i:
  263795: cc39266
v: v3
  • Loading branch information
Chad Dupuis authored and James Bottomley committed Aug 27, 2011
1 parent 3022fb8 commit 569ced1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e02587d777bfb398f70709fd3a92fa0154959003
refs/heads/master: 42cd4f5dc2a3de31bfd24642ab4e8b21834a6b78
5 changes: 2 additions & 3 deletions trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2529,11 +2529,10 @@ qla2x00_request_irqs(struct qla_hw_data *ha, struct rsp_que *rsp)
goto skip_msi;
}

if (IS_QLA2432(ha) && (ha->pdev->revision < QLA_MSIX_CHIP_REV_24XX ||
!QLA_MSIX_FW_MODE_1(ha->fw_attributes))) {
if (IS_QLA2432(ha) && (ha->pdev->revision < QLA_MSIX_CHIP_REV_24XX)) {
ql_log(ql_log_warn, vha, 0x0035,
"MSI-X; Unsupported ISP2432 (0x%X, 0x%X).\n",
ha->pdev->revision, ha->fw_attributes);
ha->pdev->revision, QLA_MSIX_CHIP_REV_24XX);
goto skip_msix;
}

Expand Down

0 comments on commit 569ced1

Please sign in to comment.