]> asedeno.scripts.mit.edu Git - linux.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)
commit186551284e6ec3d7c87b0e48da570816a39e9afc
tree19cf18860a8fe47aef31f803486ae4ee727697e0
parenteb4c2ccbad6c688be791e0c08640a40124558c03
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>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c