diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-06-29 09:14:33 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-07-19 11:48:17 +0100 |
commit | 06b00f99ca8a0ec79f5d428dfb128abd14162c57 (patch) | |
tree | 1efa7547d59dd661b75709da975ac19cde3c289c /drivers/iio/temperature | |
parent | c42b9e13f98239ec77acf7c4a20003e1cdd9bace (diff) | |
download | linux-06b00f99ca8a0ec79f5d428dfb128abd14162c57.tar.bz2 |
iio: sx9500: Add missing init in sx9500_buffer_pre{en,dis}able()
drivers/iio/proximity/sx9500.c: In function ‘sx9500_buffer_preenable’:
drivers/iio/proximity/sx9500.c:682: warning: ‘ret’ may be used uninitialized in this function
drivers/iio/proximity/sx9500.c: In function ‘sx9500_buffer_predisable’:
drivers/iio/proximity/sx9500.c:706: warning: ‘ret’ may be used uninitialized in this function
If active_scan_mask is empty, it will loop once more over all channels,
doing nothing.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Vlad Dogaru <vlad.dogaru@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/temperature')
0 files changed, 0 insertions, 0 deletions