Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150509
b: refs/heads/master
c: 0a372eb
h: refs/heads/master
i:
  150507: 9ec61f1
v: v3
  • Loading branch information
David S. Miller committed May 27, 2009
1 parent decb8c2 commit 0b790d4
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: 21a8cfe120c581091722fb146540a2033af16a57
refs/heads/master: 0a372eb91f9d507701a901c2f62ed31ca67fd66c
2 changes: 1 addition & 1 deletion trunk/drivers/net/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ static void sh_eth_adjust_link(struct net_device *ndev)
static int sh_eth_phy_init(struct net_device *ndev)
{
struct sh_eth_private *mdp = netdev_priv(ndev);
char phy_id[BUS_ID_SIZE];
char phy_id[MII_BUS_ID_SIZE + 3];
struct phy_device *phydev = NULL;

snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT,
Expand Down

0 comments on commit 0b790d4

Please sign in to comment.