summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/tsl2583.c
diff options
context:
space:
mode:
authorAlexandru Ardelean <alexandru.ardelean@analog.com>2019-11-01 10:34:58 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-11-03 11:22:39 +0100
commitc754a45455bb1ba759304128063c4325205f22fb (patch)
tree131252cb4672f4b15feab4a079a3a77cbcf2a923 /drivers/iio/light/tsl2583.c
parentiio: imu: adis16400: check ret val for non-zero vs less-than-zero (diff)
downloadlinux-c754a45455bb1ba759304128063c4325205f22fb.tar.xz
linux-c754a45455bb1ba759304128063c4325205f22fb.zip
iio: imu: adis16460: check ret val for non-zero vs less-than-zero
The ADIS library functions return zero on success, and negative values for error. Positive values aren't returned, but we only care about the success value (which is zero). This change is mostly needed so that the compiler won't make any inferences about some about values being potentially un-initialized. This only triggers after making some functions inline, because the compiler can better follow return paths. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/light/tsl2583.c')
0 files changed, 0 insertions, 0 deletions