Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister befor…
…e mdiobus_free" This reverts commit aa73187. As pointed out by Ben Hutchings, this change is not correct. mdiobus_unregister() can't be called if the bus isn't registered yet, however this change can result in situations which cause that to happen. Part of the confusion here revolves around the fact that the callers of this module control registration/unregistration, rather than the module itself. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information