]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: fix improper error handling for hns3_client_start
authorHuazhong Tan <tanhuazhong@huawei.com>
Sat, 23 Feb 2019 09:22:19 +0000 (17:22 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 04:27:50 +0000 (20:27 -0800)
commit79edac0aff490cdebb220de294cde381fa73e03a
tree19cf18860a8fe47aef31f803486ae4ee727697e0
parenta165939d06314aa0f51ead4e6d82b9633e8e8088
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: fb4b160c202d ("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>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c