net: ethernet: fix kernel OOPS when remove davinci_mdio module
authorBin Liu <b-liu@ti.com>
Thu, 30 Aug 2012 06:37:32 +0000 (06:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Aug 2012 20:35:07 +0000 (16:35 -0400)
davinci mdio device is not unregistered from mdiobus when removing
the module, which causes BUG_ON() when free the device from mdiobus.

Calling mdiobus_unregister() before mdiobus_free() fixes the issue.

Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found