diff options
| author | Arnd Bergmann <[email protected]> | 2019-07-18 13:57:49 +0000 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2019-07-27 20:56:59 +0000 |
| commit | 90c6260c1905a68fb596844087f2223bd4657fee (patch) | |
| tree | bfbbdf0822c7e68fca93d0058cc9dd151b543e11 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | docs: generic-counter.rst: fix broken references for ABI file (diff) | |
| download | kernel-90c6260c1905a68fb596844087f2223bd4657fee.tar.gz kernel-90c6260c1905a68fb596844087f2223bd4657fee.zip | |
iio: adc: gyroadc: fix uninitialized return code
gcc-9 complains about a blatant uninitialized variable use that
all earlier compiler versions missed:
drivers/iio/adc/rcar-gyroadc.c:510:5: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
Return -EINVAL instead here and a few lines above it where
we accidentally return 0 on failure.
Cc: [email protected]
Fixes: 059c53b32329 ("iio: adc: Add Renesas GyroADC driver")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Wolfram Sang <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
