net: phy_ mdio-gpio: Fixup , which should be ;
authorAndrew Lunn <andrew@lunn.ch>
Wed, 18 Apr 2018 23:02:49 +0000 (01:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 19:59:10 +0000 (15:59 -0400)
Seems like an old typ0.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-gpio.c

index 4333c6e14742bd8a326c4d8fca64249a977ad61f..369f5f35d6fd02876488e12e7de3c8d21c2ce7ba 100644 (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;