Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74456
b: refs/heads/master
c: a31e23e
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed Nov 24, 2007
1 parent 25e1b59 commit 26cd0db
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 00ff49a91e524ec5cb593380186d5d514876c417
refs/heads/master: a31e23e15cbb9734c5883a4a7f58d8712d303e0b
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/dmfe.c
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ static int dmfe_suspend(struct pci_dev *pci_dev, pm_message_t state)

/* Power down device*/
pci_save_state(pci_dev);
pci_set_power_state(pci_dev, pci_choose_state (pci_dev,state));
pci_set_power_state(pci_dev, pci_choose_state (pci_dev, state));

return 0;
}
Expand Down

0 comments on commit 26cd0db

Please sign in to comment.