net: neterion: vxge: remove redundant continue statement
authorColin Ian King <colin.king@canonical.com>
Thu, 17 Jun 2021 12:14:49 +0000 (13:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jun 2021 18:29:40 +0000 (11:29 -0700)
commitd1434cf513583a6abe5b65f1824c741e9e7af764
treeb4302aaae9eb4206596cf9d88cc755e483add66d
parent275b51c27cc382325cf833dfbe1ce44071c2e2c4
net: neterion: vxge: remove redundant continue statement

The continue statement at the end of a for-loop has no effect,
invert the if expression and remove the continue.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/neterion/vxge/vxge-main.c