1
0
Fork 0

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

Seems like an old typ0.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Andrew Lunn 2018-04-19 01:02:49 +02:00 committed by David S. Miller
parent 3f4fe759f0
commit 712e5a5ce7
1 changed files with 1 additions and 1 deletions

View File

@ -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;