diff options
author | Tom Rix <trix@redhat.com> | 2021-12-24 18:08:33 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-12-28 21:37:41 +0300 |
commit | 38ac2f038666521f94d4fa37b5a9441cef832ccf (patch) | |
tree | 640bf9147be8a20c07bc4f90a47a8764f7e8f2e8 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 088879292a0a3672a6acc9215174fbc355ed3daa (diff) | |
download | linux-38ac2f038666521f94d4fa37b5a9441cef832ccf.tar.xz |
iio: chemical: sunrise_co2: set val parameter only on success
Clang static analysis reports this representative warning
sunrise_co2.c:410:9: warning: Assigned value is garbage or undefined
*val = value;
^ ~~~~~
The ealier call to sunrise_read_word can fail without setting
value. So defer setting val until we know the read was successful.
Fixes: c397894e24f1 ("iio: chemical: Add Senseair Sunrise 006-0-007 driver")
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20211224150833.3278236-1-trix@redhat.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions