Commit 712e5a5c authored by Andrew Lunn's avatar Andrew Lunn Committed by David S. Miller

net: phy_ mdio-gpio: Fixup , which should be ;

Seems like an old typ0.
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3f4fe759
......@@ -161,7 +161,7 @@ static struct mii_bus *mdio_gpio_bus_init(struct device *dev,
if (!new_bus)
goto out;
new_bus->name = "GPIO Bitbanged MDIO",
new_bus->name = "GPIO Bitbanged MDIO";
new_bus->phy_mask = pdata->phy_mask;
new_bus->phy_ignore_ta_mask = pdata->phy_ignore_ta_mask;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment