Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271616
b: refs/heads/master
c: e2c57f8
h: refs/heads/master
v: v3
  • Loading branch information
Angus Clark authored and David S. Miller committed Oct 28, 2011
1 parent e36eb74 commit b38b67d
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: 5e6efe88c54ad79353666f5371b5b97c0e16111e
refs/heads/master: e2c57f839c63f452b4704e048c8db9cf669ed410
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ static int stmmac_init_phy(struct net_device *dev)
(interface == PHY_INTERFACE_MODE_RMII))) {
phydev->supported &= (PHY_BASIC_FEATURES | SUPPORTED_Pause |
SUPPORTED_Asym_Pause);
priv->phydev->advertising = priv->phydev->supported;
phydev->advertising = phydev->supported;
}

/*
Expand Down

0 comments on commit b38b67d

Please sign in to comment.