Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284303
b: refs/heads/master
c: a77e929
h: refs/heads/master
i:
  284301: 419a16e
  284299: acf5d35
  284295: fec05e9
  284287: 9585608
v: v3
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Jan 11, 2012
1 parent 8ed7f75 commit 1805262
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: 9e6c643bb4502c50b6511206601b7760c610dfcc
refs/heads/master: a77e929a24ccf5a8545266a0c247e5ae862f13ba
2 changes: 1 addition & 1 deletion trunk/drivers/net/phy/mdio-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static struct mii_bus * __devinit mdio_gpio_bus_init(struct device *dev,
if (!new_bus->irq[i])
new_bus->irq[i] = PHY_POLL;

snprintf(new_bus->id, MII_BUS_ID_SIZE, "%x", bus_id);
snprintf(new_bus->id, MII_BUS_ID_SIZE, "gpio-%x", bus_id);

if (gpio_request(bitbang->mdc, "mdc"))
goto out_free_bus;
Expand Down

0 comments on commit 1805262

Please sign in to comment.