Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;