]> asedeno.scripts.mit.edu Git - linux.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)
commit921b2b3acc0664e1c78b6d9e383be224de74103d
tree1badf55a3860a566828fe27170b3ce70b79e606b
parent36a495bf435bc9a388b6d769baacaf45ae7c3a7f
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