commit | 8a23b4e03d6873ec50f7d212de78ff01e393fc1a | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Dec 11 20:36:37 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Dec 11 21:44:23 2012 +0900 |
tree | 4cedde456bb56b1745eebdc2ebfa68b39cc1c998 | |
parent | b17fc86cc5e8fbfd1d18765f6463d1989c59f9c6 [diff] |
regulator: core: Fix logic to determinate if regulator can change voltage Having a linear_min_sel setting means the first linear_min_sel selectors are invalid. We need to subtract linear_min_sel when use n_voltages to determinate if regulator can change voltage. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>