Hi Dan,drivers/net/ethernet/cirrus/ep93xx_eth.c:852 ep93xx_eth_probe() warn: 'dev' from alloc_etherdev_mqs() not released on lines: 852.
This looks like a false positive as the free(free_netdev(dev); is present in the remove function, is that correct ?
How do we let smatch know about this ? Thanks, Harshit