From: Colin Ian King Date: Thu, 17 Jun 2021 12:04:11 +0000 (+0100) Subject: staging: rts5208: remove redundant continue statement X-Git-Tag: v5.14-rc1~66^2~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=609e9339dc71241512f053adbab6e571c63dffe9;p=thirdparty%2Flinux.git staging: rts5208: remove redundant continue statement The continue statement at the end of a for-loop has no effect, remove it. Signed-off-by: Colin Ian King Addresses-Coverity: ("Continue has no effect") Link: https://lore.kernel.org/r/20210617120411.11612-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rts5208/ms.c b/drivers/staging/rts5208/ms.c index 9001570a8c947..c6ad34a7fa33a 100644 --- a/drivers/staging/rts5208/ms.c +++ b/drivers/staging/rts5208/ms.c @@ -2406,7 +2406,6 @@ static int ms_build_l2p_tbl(struct rtsx_chip *chip, int seg_no) (void)ms_arbitrate_l2p(chip, phy_blk, log_blk - ms_start_idx[seg_no], us1, us2); - continue; } segment->build_flag = 1;