mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 06:40:54 +07:00
mdio: fix non-constant printk warnings
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6a64cd64c0
commit
036b66879a
@ -99,7 +99,7 @@ int mdiobus_register(struct mii_bus *bus)
|
||||
bus->dev.parent = bus->parent;
|
||||
bus->dev.class = &mdio_bus_class;
|
||||
bus->dev.groups = NULL;
|
||||
dev_set_name(&bus->dev, bus->id);
|
||||
dev_set_name(&bus->dev, "%s", bus->id);
|
||||
|
||||
err = device_register(&bus->dev);
|
||||
if (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user