Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195693
b: refs/heads/master
c: 3e46f03
h: refs/heads/master
i:
  195691: d81f3c5
v: v3
  • Loading branch information
Lalit Chandivade authored and James Bottomley committed May 16, 2010
1 parent 3b2fd76 commit f7cf772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 62542f4b05a4515ff75320600ffeb2e7447d25fe
refs/heads/master: 3e46f031322bdd8d1f11e17fb7cf00c38b08dd55
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -3697,7 +3697,6 @@ qla2xxx_pci_slot_reset(struct pci_dev *pdev)
ret = PCI_ERS_RESULT_RECOVERED;
clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);

pci_cleanup_aer_uncorrect_error_status(pdev);

DEBUG17(qla_printk(KERN_WARNING, ha,
"slot_reset-return:ret=%x\n", ret));
Expand All @@ -3721,6 +3720,8 @@ qla2xxx_pci_resume(struct pci_dev *pdev)
"from slot/link_reset");
}

pci_cleanup_aer_uncorrect_error_status(pdev);

ha->flags.eeh_busy = 0;
}

Expand Down

0 comments on commit f7cf772

Please sign in to comment.