mirror of
https://github.com/torvalds/linux.git
synced 2026-07-19 12:07:49 +02:00
After `for (val = LDO_VOL_MIN_IDX; val <= LDO_VOL_MAX_IDX; val++)', if no break occurs, val reaches LDO_VOL_MIN_IDX + 1, which is out of bounds for ldo45_voltage_map[] and ldo123_voltage_map[]. Similarly BUCK_TARGET_VOL_MAX_IDX + 1 is out of bounds for buck_voltage_map[]. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk> |
||
|---|---|---|
| .. | ||
| 88pm8607.c | ||
| ab3100.c | ||
| bq24022.c | ||
| core.c | ||
| da903x.c | ||
| fixed.c | ||
| Kconfig | ||
| lp3971.c | ||
| Makefile | ||
| max1586.c | ||
| max8660.c | ||
| mc13783-regulator.c | ||
| pcap-regulator.c | ||
| pcf50633-regulator.c | ||
| tps6507x-regulator.c | ||
| tps65023-regulator.c | ||
| twl-regulator.c | ||
| userspace-consumer.c | ||
| virtual.c | ||
| wm831x-dcdc.c | ||
| wm831x-isink.c | ||
| wm831x-ldo.c | ||
| wm8350-regulator.c | ||
| wm8400-regulator.c | ||