Re: [PATCH] net: hns: Fix memleak in hns_nic_dev_probe

From: David Miller
Date: Mon Aug 24 2020 - 08:54:26 EST


From: Dinghao Liu <dinghao.liu@xxxxxxxxxx>
Date: Mon, 24 Aug 2020 13:44:42 +0800

> 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@xxxxxxxxxx>

Applied and queued up for -stable, thanks.