aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2.c
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2017-09-18 15:36:51 +0200
committerDavid S. Miller <davem@davemloft.net>2017-09-19 13:48:08 -0700
commit38c5eb93aca9dc1b21a2c96d583ce7f9886a44e6 (patch)
treeab2669da511de97149c3b12680dbddd59838c150 /drivers/net/ethernet/marvell/mvpp2.c
parentnet_sched: sch_htb: add per class overlimits counter (diff)
downloadlinux-dev-38c5eb93aca9dc1b21a2c96d583ce7f9886a44e6.tar.xz
linux-dev-38c5eb93aca9dc1b21a2c96d583ce7f9886a44e6.zip
net: mvpp2: remove useless goto
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 <antoine.tenart@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/marvell/mvpp2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/mvpp2.c b/drivers/net/ethernet/marvell/mvpp2.c
index dd0ee2691c86..8041d692db3c 100644
--- a/drivers/net/ethernet/marvell/mvpp2.c
+++ b/drivers/net/ethernet/marvell/mvpp2.c
@@ -6452,7 +6452,6 @@ static int mvpp2_tx(struct sk_buff *skb, struct net_device *dev)
if (mvpp2_tx_frag_process(port, skb, aggr_txq, txq)) {
tx_desc_unmap_put(port, txq, tx_desc);
frags = 0;
- goto out;
}
}