iio: light: si1145: remove redundant continue statement
authorColin Ian King <colin.king@canonical.com>
Thu, 17 Jun 2021 08:13:12 +0000 (09:13 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 19 Jul 2021 08:52:00 +0000 (09:52 +0100)
commitb44ab6fdba6144c06ea543144b6888ac77fd2e17
treefdde1dce1473c3ac14e49df072ecbe147c85cf92
parent13efdc3dc9030972c81285e2dbdeac1f9cef880d
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>
drivers/iio/light/si1145.c