Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286182
b: refs/heads/master
c: 34aa6f1
h: refs/heads/master
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and David S. Miller committed Jan 17, 2012
1 parent 5fd30e0 commit 132de44
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: e52ac3398c3d772d372b9b62ab408fd5eec96840
refs/heads/master: 34aa6f1400810890636ba0b170effbfa71eacec7
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/renesas/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ static int sh_mdio_init(struct net_device *ndev, int id,
mdp->mii_bus->name = "sh_mii";
mdp->mii_bus->parent = &ndev->dev;
snprintf(mdp->mii_bus->id, MII_BUS_ID_SIZE, "%s-%x",
mdp->pdev->name, pdid);
mdp->pdev->name, id);

/* PHY IRQ */
mdp->mii_bus->irq = kmalloc(sizeof(int)*PHY_MAX_ADDR, GFP_KERNEL);
Expand Down

0 comments on commit 132de44

Please sign in to comment.