Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Completely minor snmp doc conflict. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -388,6 +388,7 @@ int __mdiobus_register(struct mii_bus *bus, struct module *owner)
|
||||
if (IS_ERR(gpiod)) {
|
||||
dev_err(&bus->dev, "mii_bus %s couldn't get reset GPIO\n",
|
||||
bus->id);
|
||||
device_del(&bus->dev);
|
||||
return PTR_ERR(gpiod);
|
||||
} else if (gpiod) {
|
||||
bus->reset_gpiod = gpiod;
|
||||
|
Reference in New Issue
Block a user