From: Wang Hai <wangha...@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 <hul...@huawei.com> > Signed-off-by: Wang Hai <wangha...@huawei.com> You can just convert this function to use 'devm_alloc_etherdev_mqs', which is a one line fix.