Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85816
b: refs/heads/master
c: 23b66e2
h: refs/heads/master
v: v3
  • Loading branch information
Auke Kok authored and Jeff Garzik committed Feb 11, 2008
1 parent 5ae6fc3 commit 5c50043
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: 14782ca8262818921a460c80a761a93740b838a2
refs/heads/master: 23b66e2bc2bcebacab7292d7731b7372065b3f98
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@ static void e1000_power_down_phy(struct e1000_adapter *adapter)
u16 mii_reg;

/* WoL is enabled */
if (!adapter->wol)
if (adapter->wol)
return;

/* non-copper PHY? */
Expand Down

0 comments on commit 5c50043

Please sign in to comment.