projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf27537
)
regulator: max77802: Make regulator_desc array const
author
Krzysztof Kozlowski
<k.kozlowski@samsung.com>
Mon, 27 Oct 2014 15:44:13 +0000
(16:44 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 28 Oct 2014 00:02:54 +0000
(
00:02
+0000)
The regulator_register() expects array of 'regulator_desc' to be const.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max77802.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/max77802.c
b/drivers/regulator/max77802.c
index 7718c8aa0d7cd129429fa23f9717768ab4c7cf27..0464afa1585d244318afbbd701dbe2a6c128db8b 100644
(file)
--- a/
drivers/regulator/max77802.c
+++ b/
drivers/regulator/max77802.c
@@
-472,7
+472,7
@@
static struct regulator_ops max77802_buck_dvs_ops = {
.enable_mask = MAX77802_OPMODE_MASK, \
}
-static struct regulator_desc regulators[] = {
+static
const
struct regulator_desc regulators[] = {
regulator_77802_desc_16_buck(1),
regulator_77802_desc_234_buck(2),
regulator_77802_desc_234_buck(3),