Resource-managed mdiobus_free
void devm_mdiobus_free(struct device * dev, struct mii_bus * bus);
dev
Device this mii_bus belongs to
bus
the mii_bus associated with the device
Free mii_bus allocated with devm_mdiobus_alloc_size.