]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regulator: palmas: Constify palmas_smps_ramp_delay array
authorAxel Lin <axel.lin@ingics.com>
Fri, 1 Mar 2019 14:20:16 +0000 (22:20 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 4 Mar 2019 00:00:47 +0000 (00:00 +0000)
commitad542a527c9a4d9088da3a0977c7508266229f07
tree77a94ddf9fbefcb0044d9beb54e1b6999d06a0ee
parent20eb641e471a6a9ff64b10edb199e72cb847b9ef
regulator: palmas: Constify palmas_smps_ramp_delay array

The palmas_smps_ramp_delay array should never modify, make it const.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/palmas-regulator.c