diff options
author | Colin Ian King <[email protected]> | 2021-06-18 10:33:31 +0100 |
---|---|---|
committer | Vignesh Raghavendra <[email protected]> | 2021-06-21 11:17:10 +0530 |
commit | c17e5c85b32f8809135f3211ba2525fb98b5c09f (patch) | |
tree | c145b03357572feb20f272242cca806460c9e7c9 /drivers/misc/ibmasm/module.c | |
parent | 36ac0228626585ba718186b9db2e5986a198152c (diff) |
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 <[email protected]>
Signed-off-by: Vignesh Raghavendra <[email protected]>
Reviewed-by: Michael Walle <[email protected]>
Reviewed-by: Pratyush Yadav <[email protected]>
Diffstat (limited to 'drivers/misc/ibmasm/module.c')
0 files changed, 0 insertions, 0 deletions