commit | 0d2f68c7bcf4c7bbdd6f810f7b6e658f43d4461e | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Tue May 28 17:03:01 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue May 28 17:39:01 2019 -0700 |
tree | 04c6ad8209faf8f7561b083293be2956e04d862f | |
parent | acfc3d55b7326ff280f1aa64b6d93755619071b3 [diff] |
net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit() hns3_uninit_phy() should be called before checking HNS3_NIC_STATE_INITED flags, otherwise when this checking fails, there is nobody to call hns3_uninit_phy(). Fixes: c8a8045b2d0a ("net: hns3: Fix NULL deref when unloading driver") Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>