Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170927
b: refs/heads/master
c: 40b93ad
h: refs/heads/master
i:
  170925: dce7505
  170923: e5f256f
  170919: d7ea258
  170911: 3653ad8
v: v3
  • Loading branch information
matthieu castet authored and John W. Linville committed Oct 27, 2009
1 parent ea2e27c commit 65c98f9
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: c32bec78e1af751a279ec1614eadd36aab532e56
refs/heads/master: 40b93ad6e97a1d412c4b86f4717fee9b4bc830e1
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -5660,7 +5660,8 @@ static int airo_pci_suspend(struct pci_dev *pdev, pm_message_t state)

pci_enable_wake(pdev, pci_choose_state(pdev, state), 1);
pci_save_state(pdev);
return pci_set_power_state(pdev, pci_choose_state(pdev, state));
pci_set_power_state(pdev, pci_choose_state(pdev, state));
return 0;
}

static int airo_pci_resume(struct pci_dev *pdev)
Expand Down

0 comments on commit 65c98f9

Please sign in to comment.