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
It allows some of the code to be simplified.
Signed-off-by: Rosen Penev
---
drivers/net/ethernet/marvell/mvneta.c | 13 -
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/drivers/net/ethernet/marvell/mvneta.c
b/drivers/net/ethernet/marvell/mvneta.c
index a78a39244b79..8
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.
It allows some of the code to be simplified.
Tested on Turris Omnia.
Signed-off-by: Rosen Penev
---
drivers/net/ethernet/marvell/mvneta.c | 13 -
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/drivers/net/ethernet/marvell/mvneta.c
b/drivers/net/ethernet/marvell/mvnet