regulator: pv88060: Fix array out-of-bounds access
authorAxel Lin <axel.lin@ingics.com>
Tue, 19 Feb 2019 10:00:00 +0000 (18:00 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 19 Feb 2019 15:26:01 +0000 (15:26 +0000)
commit7cd415f875591bc66c5ecb49bf84ef97e80d7b0e
tree288c6b7be14d68fb13d1daa01c6b13b049934a0a
parent48593a99a1f6245000fa90606dd9ec5eb96b54a6
regulator: pv88060: Fix array out-of-bounds access

Fix off-by-one while iterating current_limits array.
The valid index should be 0 ~ n_current_limits -1.

Fixes: f307a7e9b7af ("regulator: pv88060: new regulator driver")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/pv88060-regulator.c