1. NAME

mdiobus_release - mii_bus device release callback

2. SYNOPSIS

void mdiobus_release(struct device *  d );

3. ARGUMENTS

d
    the target struct device that contains the mii_bus

4. DESCRIPTION

called when the last reference to an mii_bus is dropped, to free the underlying memory.

5. COPYRIGHT