]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: lp873x: Constify lp873x_buck_ramp_delay array
authorAxel Lin <axel.lin@ingics.com>
Thu, 21 Feb 2019 15:01:11 +0000 (23:01 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 21 Feb 2019 18:53:21 +0000 (18:53 +0000)
commit5556f7032b908b82947a4808203d24295389f6c9
tree1badf55a3860a566828fe27170b3ce70b79e606b
parent5edc02220a4a0d3214e3f1c282fd3e0b83f39665
regulator: lp873x: Constify lp873x_buck_ramp_delay array

The lp873x_buck_ramp_delay should never change, make it const.

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