Re: [PATCH net-next] net: mvpp2: remove useless goto

2017-09-19 Thread David Miller
From: Antoine Tenart Date: Mon, 18 Sep 2017 15:36:51 +0200 > Remove a goto in the PPv2 tx function which jumps to the next line > anyway. This is a cosmetic commit. > > Signed-off-by: Antoine Tenart Applied, thanks.

[PATCH net-next] net: mvpp2: remove useless goto

2017-09-18 Thread Antoine Tenart
Remove a goto in the PPv2 tx function which jumps to the next line anyway. This is a cosmetic commit. Signed-off-by: Antoine Tenart --- drivers/net/ethernet/marvell/mvpp2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/marvell/mvpp2.c