Re: [PATCH] mtd: spi-nor: remove redundant continue statement

From: Michael Walle
Date: Fri Jun 18 2021 - 05:40:15 EST


Am 2021-06-18 11:33, schrieb Colin King:
From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

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

Addresses-Coverity: ("Continue has no effect")
Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Reviewed-by: Michael Walle <michael@xxxxxxxx>

-michael