Thread (37 messages) 37 messages, 4 authors, 2014-11-03
STALE4248d
Revisions (2)
  1. v1 current
  2. v2 [diff vs current]

[PATCH 4/8] regulator: max77686: Make regulator_desc array const

From: Krzysztof Kozlowski <hidden>
Date: 2014-10-27 15:29:43
Also in: linux-arm-kernel, linux-samsung-soc, lkml
Subsystem: maxim pmic and muic drivers for exynos based boards, the rest, voltage and current regulator framework · Maintainers: Chanwoo Choi, Krzysztof Kozlowski, Linus Torvalds, Liam Girdwood, Mark Brown

The regulator_register() expects array of 'regulator_desc' to be const.

Signed-off-by: Krzysztof Kozlowski <redacted>
---
 drivers/regulator/max77686.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/regulator/max77686.c b/drivers/regulator/max77686.c
index 04af7a2b0910..7930b4f82c0b 100644
--- a/drivers/regulator/max77686.c
+++ b/drivers/regulator/max77686.c
@@ -395,7 +395,7 @@ static struct regulator_ops max77686_buck_dvs_ops = {
 			<< MAX77686_OPMODE_BUCK234_SHIFT,		\
 }
 
-static struct regulator_desc regulators[] = {
+static const struct regulator_desc regulators[] = {
 	regulator_desc_ldo1_low(1),
 	regulator_desc_ldo_low(2),
 	regulator_desc_ldo(3),
-- 
1.9.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help