Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07093b76 authored by Andreas Fiedler's avatar Andreas Fiedler Committed by David S. Miller
Browse files

net: gemini: Fix copy/paste error



The TX stats should be started with the tx_stats_syncp,
there seems to be a copy/paste error in the driver.

Signed-off-by: default avatarAndreas Fiedler <andreas.fiedler@gmx.net>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3fa528b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -660,7 +660,7 @@ static void gmac_clean_txq(struct net_device *netdev, struct gmac_txq *txq,

			u64_stats_update_begin(&port->tx_stats_syncp);
			port->tx_frag_stats[nfrags]++;
			u64_stats_update_end(&port->ir_stats_syncp);
			u64_stats_update_end(&port->tx_stats_syncp);
		}
	}