commit | 100e3345c6e719d2291e1efd5de311cc24bb9c0b | [log] [tgz] |
---|---|---|
author | Dinghao Liu <dinghao.liu@zju.edu.cn> | Mon Aug 24 13:44:42 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 24 05:52:54 2020 -0700 |
tree | 8cd93da2e57391896eb68afedb830d0742849bb5 | |
parent | cb95712138ec5e480db5160b41172bbc6f6494cc [diff] |
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>