iio: light: cm36651: redundant assignment to variable ret
authorColin Ian King <colin.king@canonical.com>
Sun, 1 Sep 2019 15:27:49 +0000 (16:27 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 8 Sep 2019 11:37:30 +0000 (12:37 +0100)
commit5e7965681aced6c844372d3babbda4dbc629fadb
tree3ac3bb22b3919e299127d5c3fcf07b20cda08db1
parent42776c14c69224a75c781852ae4ca9a4811fd075
iio: light: cm36651: redundant assignment to variable ret

Variable ret is being assigned a value that is never read and
is being re-assigned a little later on. The assignment is redundant
and hence can be removed.

Addresses-Coverity: ("Ununsed value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/cm36651.c