commit | ae3e101286df40cdde49c4737e2868289ed7f35b | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Sep 12 09:38:12 2013 +0800 |
committer | Mark Brown <broonie@linaro.org> | Tue Sep 17 00:52:13 2013 +0100 |
tree | 8c6076bb9a156772bafc3894c1c66fee47029c1e | |
parent | 087d30e3049bf86909895ef227f0893b8f710f38 [diff] |
regulator: palmas: Remove wrong comment for the equation calculating num_voltages Current equation on the comment is wrong. For linear mapping starting from 0, the equation is (maxV-minV)/stepV + 1. Since the linear mapping for PALMAS is not all starting from 0, the equation on the comment is not useful and misleading. Thus remove it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>