Mii_bus device release callback
void mdiobus_release(struct device * d);
d
the target struct device that contains the mii_bus
called when the last reference to an mii_bus is dropped, to free the underlying memory.