Re: [PATCH] net: smc91x: Fix possible memory leak in smc_drv_probe()

From: David Miller
Date: Fri Jul 17 2020 - 15:45:05 EST


From: Wang Hai <wanghai38@xxxxxxxxxx>
Date: Thu, 16 Jul 2020 11:50:38 +0800

> If try_toggle_control_gpio() failed in smc_drv_probe(), free_netdev(ndev)
> should be called to free the ndev created earlier. Otherwise, a memleak
> will occur.
>
> Fixes: 7d2911c43815 ("net: smc91x: Fix gpios for device tree based booting")
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: Wang Hai <wanghai38@xxxxxxxxxx>

Applied, thank you.