commit | 3e2a928472daa839e7be0d71c1d8320334ea76e1 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Tue Jul 17 00:10:42 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Aug 07 18:10:26 2012 +0100 |
tree | 0ec66e229c0572909758b24ac5b00b469501b61b | |
parent | 7f852e0584f67654060f7814149744a1b7250480 [diff] |
regulator: anatop: Fix wrong mask used in anatop_get_voltage_sel The mask used in anatop_get_voltage_sel does not match the mask used in anatop_set_voltage_sel. We need to do left shift anatop_reg->vol_bit_shift bits for the correct mask. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>