From: Wang Hai <[email protected]> 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 <[email protected]>
> Signed-off-by: Wang Hai <[email protected]>
You can just convert this function to use 'devm_alloc_etherdev_mqs', which
is a one line fix.
