net: phy: Ensure the MDIO bus module is held
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Wed, 23 Jul 2014 19:47:32 +0000 (16:47 -0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jul 2014 01:09:52 +0000 (18:09 -0700)
commitb3565f278a9babc00032292be489e7fbff4f48d1
tree79f99cf6c55a5c9fc663357008f7e3b9b873cf8d
parenta71e3c37960ce5f9c6a519bc1215e3ba9fa83e75
net: phy: Ensure the MDIO bus module is held

This commit adds proper module_{get,put} to prevent the MDIO bus module
from being unloaded while the phydev is connected. By doing so, we fix
a kernel panic produced when a MDIO driver is removed, but the phydev
that relies on it is attached and running.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c