Re: [PATCH] net: mvneta: Switch to using devm_alloc_etherdev_mqs

2019-03-19 Thread David Miller
From: Rosen Penev Date: Tue, 19 Mar 2019 13:53:40 -0700 > It allows some of the code to be simplified. ... > @@ -4641,9 +4640,6 @@ static int mvneta_probe(struct platform_device *pdev) > phylink_destroy(pp->phylink); > err_free_irq: > irq_dispose_mapping(dev->irq); > -err_fr

Re: [PATCH] net: mvneta: Switch to using devm_alloc_etherdev_mqs

2019-03-08 Thread David Miller
From: Rosen Penev Date: Fri, 8 Mar 2019 21:15:29 -0800 > It allows some of the code to be simplified. > > Tested on Turris Omnia. > > Signed-off-by: Rosen Penev This and your other patch are both net-next material. net-next is closed, please resubmit these when it reopens. Thank you.