git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599901c
)
net: ethernet: fix kernel OOPS when remove davinci_mdio module
author
Bin Liu
<b-liu@ti.com>
Thu, 30 Aug 2012 06:37:32 +0000
(06:37 +0000)
committer
David 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