mfd: max77686: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:01:25 +0000 (10:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 15:56:14 +0000 (15:56 +0000)
commit68be231ccf95ed8b70ad1541bd4e95121704ba54
tree5e9013233694ce892a6ad60e1333a1b8828ca980
parent172cb30177cbe7a0d0eb38c1f3d9534d63ce822f
mfd: max77686: 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: Lee Jones <lee.jones@linaro.org>
drivers/mfd/max77686.c
This page took 0.026456 seconds and 5 git commands to generate.