net: stmmac: remove redundant continue statement
authorColin Ian King <colin.king@canonical.com>
Fri, 18 Jun 2021 09:44:25 +0000 (10:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jun 2021 19:08:39 +0000 (12:08 -0700)
commitc44924c532fb9bb80b48d141a0f8391e9c280112
tree223107cad1f7a912a1453d0b389aa25745a8ae13
parentbd70957438f0cc4879cbdff8bbc8614bc1cddf49
net: stmmac: remove redundant continue statement

The continue statement in the for-loop has no effect, remove it.

Addresses-Coverity: ("Continue has no effect")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c