[PATCH net] net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_probe()

David Miller davem at davemloft.net
Tue Aug 18 15:54:01 EDT 2020


From: Wang Hai <wanghai38 at huawei.com>
Date: Tue, 18 Aug 2020 21:44:04 +0800

> Fix the missing free_netdev() before return from
> gemini_ethernet_port_probe() in the error handling case.
> 
> Fixes: 4d5ae32f5e1e ("net: ethernet: Add a driver for Gemini gigabit ethernet")
> Reported-by: Hulk Robot <hulkci at huawei.com>
> Signed-off-by: Wang Hai <wanghai38 at huawei.com>

You can just convert this function to use 'devm_alloc_etherdev_mqs', which
is a one line fix.



More information about the linux-arm-kernel mailing list