Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300004
b: refs/heads/master
c: 5a8887d
h: refs/heads/master
v: v3
  • Loading branch information
Gerard Lledo authored and David S. Miller committed May 3, 2012
1 parent 6e1118f commit 0faa7db
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: b49960a05e32121d29316cfdf653894b88ac9190
refs/heads/master: 5a8887d39e1ba5ee2d4ccb94b14d6f2dce5ddfca
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/sun/sungem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,7 @@ static int gem_suspend(struct pci_dev *pdev, pm_message_t state)
netif_device_detach(dev);

/* Switch off chip, remember WOL setting */
gp->asleep_wol = gp->wake_on_lan;
gp->asleep_wol = !!gp->wake_on_lan;
gem_do_stop(dev, gp->asleep_wol);

/* Unlock the network stack */
Expand Down

0 comments on commit 0faa7db

Please sign in to comment.