]> 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)
commita75768cd2e290b428804313b463c69e90f6092ef
tree19cf18860a8fe47aef31f803486ae4ee727697e0
parentc3d08ef7a322480c254255272ed40e2b1d6146b1
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: daf460751ac5 ("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