summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorAlexandru Ardelean <alexandru.ardelean@analog.com>2019-11-01 11:34:57 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-11-03 10:16:54 +0000
commitfe4b7f917e8fa20c1a9dd2b3f417acd3b063c880 (patch)
treee83cd3fdc0aec2ce9c12c9344af898137ac754a7 /drivers/soc
parent26ba6db672698641223eece20beeb59a60032eb9 (diff)
downloadlwn-fe4b7f917e8fa20c1a9dd2b3f417acd3b063c880.tar.gz
lwn-fe4b7f917e8fa20c1a9dd2b3f417acd3b063c880.zip
iio: imu: adis16400: 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/soc')
0 files changed, 0 insertions, 0 deletions