Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254686
b: refs/heads/master
c: 91a5615
h: refs/heads/master
v: v3
  • Loading branch information
Yoshihiro Shimoda authored and David S. Miller committed Jul 6, 2011
1 parent 03c750c commit f3b6fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 712ae51afd55b20c04c5383d02ba5d10233313b1
refs/heads/master: 91a5615203355bb34e0b9e68e94f27f24719a74c
4 changes: 2 additions & 2 deletions trunk/drivers/net/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1184,8 +1184,8 @@ static void sh_eth_adjust_link(struct net_device *ndev)
mdp->cd->set_rate(ndev);
}
if (mdp->link == PHY_DOWN) {
sh_eth_write(ndev, (sh_eth_read(ndev, ECMR) & ~ECMR_TXF)
| ECMR_DM, ECMR);
sh_eth_write(ndev,
(sh_eth_read(ndev, ECMR) & ~ECMR_TXF), ECMR);
new_state = 1;
mdp->link = phydev->link;
}
Expand Down

0 comments on commit f3b6fed

Please sign in to comment.