Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72902
b: refs/heads/master
c: 6e4ca80
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Jeff Garzik committed Oct 30, 2007
1 parent f9fe25c commit 7acb3b8
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: 9c8eb7206f4ef481d12da9196a6bdfd8d5def164
refs/heads/master: 6e4ca80d27374048c43651f87b4a9c6eb52667d1
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000e/82571.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static s32 e1000_get_invariants_82571(struct e1000_adapter *adapter)
adapter->flags &= ~FLAG_HAS_WOL;
/* quad ports only support WoL on port A */
if (adapter->flags & FLAG_IS_QUAD_PORT &&
(!adapter->flags & FLAG_IS_QUAD_PORT_A))
(!(adapter->flags & FLAG_IS_QUAD_PORT_A)))
adapter->flags &= ~FLAG_HAS_WOL;
break;

Expand Down

0 comments on commit 7acb3b8

Please sign in to comment.