summaryrefslogtreecommitdiffstats
path: root/drivers/power/max17042_battery.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-01-05 09:50:17 +0100
committerSebastian Reichel <sre@kernel.org>2015-01-20 13:58:32 +0100
commite02912855f4dcb01655cac75f429035fc84fb693 (patch)
tree87bc1640426e27c5485e7beaf8fc1a3870a904f5 /drivers/power/max17042_battery.c
parent478913fdbdfd4a781d91c993eb86838620fe7421 (diff)
downloadop-kernel-dev-e02912855f4dcb01655cac75f429035fc84fb693.zip
op-kernel-dev-e02912855f4dcb01655cac75f429035fc84fb693.tar.gz
power: max17042: Constify struct regmap_config
The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/max17042_battery.c')
-rw-r--r--drivers/power/max17042_battery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/max17042_battery.c b/drivers/power/max17042_battery.c
index 66da691..1da6c5f 100644
--- a/drivers/power/max17042_battery.c
+++ b/drivers/power/max17042_battery.c
@@ -658,7 +658,7 @@ max17042_get_pdata(struct device *dev)
}
#endif
-static struct regmap_config max17042_regmap_config = {
+static const struct regmap_config max17042_regmap_config = {
.reg_bits = 8,
.val_bits = 16,
.val_format_endian = REGMAP_ENDIAN_NATIVE,
OpenPOWER on IntegriCloud