Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159662
b: refs/heads/master
c: 523c36f
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Aug 14, 2009
1 parent 1d03bfa commit bb28c2f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1cf6873a191388ff7d06bbd70f68bbffe1d70019
refs/heads/master: 523c36fc9cf75ccf605d9acf68ae9eb857de3f58
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,12 @@ static int ath_pci_resume(struct pci_dev *pdev)
u32 val;
int err;

pci_restore_state(pdev);

err = pci_enable_device(pdev);
if (err)
return err;
pci_restore_state(pdev);

/*
* Suspend/Resume resets the PCI configuration space, so we have to
* re-disable the RETRY_TIMEOUT register (0x41) to keep
Expand Down

0 comments on commit bb28c2f

Please sign in to comment.