regulator: tps65023: Constify static data
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 9 Sep 2024 13:51:19 +0000 (15:51 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 10 Sep 2024 11:44:09 +0000 (12:44 +0100)
commit7fb636dc26d6fc532fbc96fc74847afedc128154
tree82c1720e0a163a0431bb88e4e8ed141d48e582bc
parent5ec424afc95ab2490ae28b3e7756e6e9b271a5f0
regulator: tps65023: Constify static data

Driver does not modify static data with regulator description (struct
tps_driver_data), so make it const for code safety.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240909-regulator-const-v1-8-8934704a5787@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps65023-regulator.c