commit | 979da89a9c230381ca55ea0764428a5d42a01e7f | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Mon Jul 26 15:34:14 2010 +0800 |
committer | Liam Girdwood <lrg@slimlogic.co.uk> | Tue Jul 27 11:29:23 2010 +0100 |
tree | 0bce5a6e5c147cddaba8b6c455a00039b45993c3 | |
parent | b37fa16e78d6f9790462b3181602a26b5af36260 [diff] |
ab3100: fix off-by-one value range checking for voltage selector We use voltage selector as an array index for typ_voltages. Thus the valid range for voltage selector should be 0..voltages_len-1. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>