commit | 186551284e6ec3d7c87b0e48da570816a39e9afc | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Sat Feb 23 17:22:19 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 24 20:27:50 2019 -0800 |
tree | 19cf18860a8fe47aef31f803486ae4ee727697e0 | |
parent | eb4c2ccbad6c688be791e0c08640a40124558c03 [diff] |
net: hns3: fix improper error handling for hns3_client_start If hns3_client_start() failed in the hns3_client_init(), register_dev() should be undo in its error handling. Fixes: a6d818e31d08 ("net: hns3: Add vport alive state checking support") 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>