OSDN Git Service

regulator: mt6315: Fix off-by-one for .n_voltages
authorAxel Lin <axel.lin@ingics.com>
Thu, 11 Mar 2021 02:05:58 +0000 (10:05 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 11 Mar 2021 13:23:21 +0000 (13:23 +0000)
commitd450293c55005a3b0a25d209e981ac425483fead
tree5d68a83409333e8850c0b03918273d358b6823a3
parente9e7fce0384b43f9b6c42dee1a79c0a1c332f326
regulator: mt6315: Fix off-by-one for .n_voltages

The valid selector is 0 ~ 0xbf, so the .n_voltages should be 0xc0.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20210311020558.579597-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mt6315-regulator.c