diff options
author | Kangjie Lu <kjlu@umn.edu> | 2018-12-21 00:12:11 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-01-03 11:32:42 +0300 |
commit | 9e28989d41c0eab57ec0bb156617a8757406ff8a (patch) | |
tree | ab5f7df3b3e29b46f3ae67093d1047a60122972b /sound | |
parent | c1f3375be60c562e24460d41b75e564c0a429835 (diff) | |
download | linux-9e28989d41c0eab57ec0bb156617a8757406ff8a.tar.xz |
mfd: mc13xxx: Fix a missing check of a register-read failure
When mc13xxx_reg_read() fails, "old_adc0" is uninitialized and will
contain random value. Further execution uses "old_adc0" even when
mc13xxx_reg_read() fails.
The fix checks the return value of mc13xxx_reg_read(), and exits
the execution when it fails.
Signed-off-by: Kangjie Lu <kjlu@umn.edu>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions