aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/bcm590xx-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/bcm590xx-regulator.c b/drivers/regulator/bcm590xx-regulator.c
index ab08ca7cfb08..c3750c5b382b 100644
--- a/drivers/regulator/bcm590xx-regulator.c
+++ b/drivers/regulator/bcm590xx-regulator.c
@@ -123,6 +123,7 @@ struct bcm590xx_info {
123#define BCM590XX_REG_RANGES(_name, _ranges) \ 123#define BCM590XX_REG_RANGES(_name, _ranges) \
124 { \ 124 { \
125 .name = #_name, \ 125 .name = #_name, \
126 .n_voltages = 64, \
126 .n_linear_ranges = ARRAY_SIZE(_ranges), \ 127 .n_linear_ranges = ARRAY_SIZE(_ranges), \
127 .linear_ranges = _ranges, \ 128 .linear_ranges = _ranges, \
128 } 129 }