mlxsw: spectrum_router: remove redundant continue statement
authorColin Ian King <colin.king@canonical.com>
Wed, 16 Jun 2021 13:02:58 +0000 (14:02 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:46:21 +0000 (12:46 -0700)
commitfb0a1dacf2bef929bf047c5434bfb976ac6a93e6
treeed4a0b0434d113d758781b18501f44c220cec4b8
parent1d24b6b4b092a510c1ade459ea814902954f404b
mlxsw: spectrum_router: remove redundant continue statement

The continue statement at the end of a for-loop has no effect,
remove it.

Addresses-Coverity: ("Continue has no effect")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c