Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56550
b: refs/heads/master
c: dbf2e85
h: refs/heads/master
v: v3
  • Loading branch information
Eugene Surovegin authored and Jeff Garzik committed May 18, 2007
1 parent 94df69b commit 5b0530e
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: 5bb96e9f2434b49a5b8f135f2a384974aa73db51
refs/heads/master: dbf2e8585971f2a8b1f60a188dc245fd2f8f81b3
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibm_emac/ibm_emac_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ static int emac_link_differs(struct ocp_enet_private *dev)
int duplex = r & EMAC_MR1_FDE ? DUPLEX_FULL : DUPLEX_HALF;
int speed, pause, asym_pause;

if (r & (EMAC_MR1_MF_1000 | EMAC_MR1_MF_1000GPCS))
if (r & EMAC_MR1_MF_1000)
speed = SPEED_1000;
else if (r & EMAC_MR1_MF_100)
speed = SPEED_100;
Expand Down

0 comments on commit 5b0530e

Please sign in to comment.