diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-05-05 15:32:58 (GMT) |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-05-27 09:34:37 (GMT) |
commit | ba413c5972676295862797a46f9070f81691d80e (patch) | |
tree | a1cf36dc1c812a54e1f7eb480eb1032516c3b012 /include/linux | |
parent | 82d158397b6eeb464263a6ef6a739c4118a34720 (diff) | |
download | linux-fsl-qoriq-ba413c5972676295862797a46f9070f81691d80e.tar.xz |
regulator: Move VCOINCELL to be the last element of mc13892_regulators array
In include/linux/mfd/mc13892.h, we define MC13892_VCOINCELL as 23.
Thus VCOINCELL should be defined as 23th element in mc13892_regulators array, not the first one.
This actually fixes an off-by-one bug while accessing mc13892_regulators array.
For example,
In mc13892_regulator_probe, we use MC13892_VCAM as array index of mc13892_regulators array.
mc13892_regulators[MC13892_VCAM].desc.ops->set_mode
= mc13892_vcam_set_mode;
Currently, it access mc13892_regulators[12] ,which is VAUDIO not VCAM.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions