mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
iio: light: si1145: remove redundant continue statement
The continue statement at the end of a for-loop has no effect, remove it. Addresses-Coverity: ("Continue has no effect") Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20210617081312.151746-1-colin.king@canonical.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
13efdc3dc9
commit
b44ab6fdba
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ static int __si1145_command_reset(struct si1145_data *data)
|
|||
return -ETIMEDOUT;
|
||||
}
|
||||
msleep(SI1145_COMMAND_MINSLEEP_MS);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue