From: Rafał Miłecki <[email protected]> Date: Sat, 28 Jan 2017 15:15:42 +0100
> From: Rafał Miłecki <[email protected]> > > This patch adds devm_alloc_etherdev_mqs function and devm_alloc_etherdev > macro. These can be used for simpler netdev allocation without having to > care about calling free_netdev. > > Thanks to this change drivers, their error paths and removal paths may > get simpler by a bit. > > Signed-off-by: Rafał Miłecki <[email protected]> This looks fine, thanks.

