net: hns: Fix memleak in hns_nic_dev_probe
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Mon, 24 Aug 2020 05:44:42 +0000 (13:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Aug 2020 12:52:54 +0000 (05:52 -0700)
commit100e3345c6e719d2291e1efd5de311cc24bb9c0b
tree8cd93da2e57391896eb68afedb830d0742849bb5
parentcb95712138ec5e480db5160b41172bbc6f6494cc
net: hns: Fix memleak in hns_nic_dev_probe

hns_nic_dev_probe allocates ndev, but not free it on
two error handling paths, which may lead to memleak.

Fixes: 63434888aaf1b ("net: hns: net: hns: enet adds support of acpi")
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hns_enet.c