diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-06-18 11:33:31 +0200 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2021-06-21 07:47:10 +0200 |
commit | c17e5c85b32f8809135f3211ba2525fb98b5c09f (patch) | |
tree | c145b03357572feb20f272242cca806460c9e7c9 /net/smc/smc_ism.c | |
parent | mtd: spi-nor: add initial sysfs support (diff) | |
download | linux-c17e5c85b32f8809135f3211ba2525fb98b5c09f.tar.xz linux-c17e5c85b32f8809135f3211ba2525fb98b5c09f.zip |
mtd: spi-nor: 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.
Addresses-Coverity: ("Continue has no effect")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Michael Walle <michael@walle.cc>
Reviewed-by: Pratyush Yadav <p.yadav@ti.com>
Diffstat (limited to 'net/smc/smc_ism.c')
0 files changed, 0 insertions, 0 deletions