]> 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)
commitef04c6889dc618540c2c7f55eb7665409fcd85d2
tree1badf55a3860a566828fe27170b3ce70b79e606b
parent7f68a1596e2c1ba058bba12547d5dd470c2d6b9e
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