Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143951
b: refs/heads/master
c: cef309c
h: refs/heads/master
i:
  143949: 9da98c4
  143947: ef3ec04
  143943: 83f4a16
  143935: bab4882
v: v3
  • Loading branch information
Heiko Schocher authored and David S. Miller committed Apr 22, 2009
1 parent ed0112d commit e11fd56
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3f9738f73ad08ef770df64f145007bd27ac2fa16
refs/heads/master: cef309cf6112f9a44b1ebcefc1641d01d35c83dc
3 changes: 2 additions & 1 deletion trunk/drivers/net/ucc_geth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,8 @@ static int adjust_enet_interface(struct ucc_geth_private *ugeth)
(ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID) ||
(ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) ||
(ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) {
upsmr |= UCC_GETH_UPSMR_RPM;
if (ugeth->phy_interface != PHY_INTERFACE_MODE_RMII)
upsmr |= UCC_GETH_UPSMR_RPM;
switch (ugeth->max_speed) {
case SPEED_10:
upsmr |= UCC_GETH_UPSMR_R10M;
Expand Down

0 comments on commit e11fd56

Please sign in to comment.