aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-11-23 14:44:13 +0100
committerLee Jones <lee.jones@linaro.org>2016-01-11 05:56:12 +0000
commit86c68e2fb3eeb87ef716a0d61c5a346e9aee2ecb (patch)
treec356db3958377c49ef83c175c8eb697d49105da5 /mm
parent1ec218373b8ebda821aec00bb156a9c94fad9cd4 (diff)
downloadkernel_replicant_linux-86c68e2fb3eeb87ef716a0d61c5a346e9aee2ecb.tar.gz
kernel_replicant_linux-86c68e2fb3eeb87ef716a0d61c5a346e9aee2ecb.tar.bz2
kernel_replicant_linux-86c68e2fb3eeb87ef716a0d61c5a346e9aee2ecb.zip
backlight: adp88x0: Fix uninitialized variable use
gcc correctly warns about both the adp8860 and adp8870 backlight drivers using an uninitialized variable in their error handling path: drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_zone_store': drivers/video/backlight/adp8870_bl.c:811:11: warning: 'reg_val' may be used uninitialized in this function This changes the code to only write back the data if it was correctly read to start with. As a side-note, the drivers are mostly identical, so I think they should really be merged into one file to avoid having to fix every bug twice. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions