Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181391
b: refs/heads/master
c: 8c1496b
h: refs/heads/master
i:
  181389: af3cba5
  181387: 09a9890
  181383: 5105f49
  181375: c49625d
v: v3
  • Loading branch information
Richard Lary authored and James Bottomley committed Feb 19, 2010
1 parent b1979f5 commit cc6cb36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae97c91eb1f139b19c1e7cbc5c1380dae8ad874e
refs/heads/master: 8c1496bda8aeeafd78ecf0c25c060b601e58dedf
5 changes: 5 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -3362,6 +3362,11 @@ qla2xxx_pci_slot_reset(struct pci_dev *pdev)

pci_restore_state(pdev);

/* pci_restore_state() clears the saved_state flag of the device
* save restored state which resets saved_state flag
*/
pci_save_state(pdev);

if (ha->mem_only)
rc = pci_enable_device_mem(pdev);
else
Expand Down

0 comments on commit cc6cb36

Please sign in to comment.