summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorLendacky, Thomas <Thomas.Lendacky@amd.com>2017-08-18 17:02:40 +0300
committerDavid S. Miller <davem@davemloft.net>2017-08-19 02:30:16 +0300
commit25ff96a9dc9c6a5a21778c36cb1e7175128d2071 (patch)
treeaa7791b31dc168f27919b6cd4a5729ff4d4fb3b0 /fs
parentf087b506ff5c38e0f2873651dba4e2b73a1b2d67 (diff)
downloadlinux-25ff96a9dc9c6a5a21778c36cb1e7175128d2071.tar.xz
amd-xgbe: Be sure driver shuts down cleanly on module removal
Sometimes when the driver is being unloaded while the devices are still up the driver can issue errors. This is based on timing and the double invocation of some routines. The phy_exit() call needs to be run after the network device has been closed and unregistered from the system. Also, the phy_exit() does not need to invoke phy_stop() since that will be called as part of the device closing, so remove that call. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions