]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/mfd/pcf50633-core.c
mfd: pcf50633: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:01:27 +0000 (10:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 15:56:21 +0000 (15:56 +0000)
commit1590d4a1788d6b569b90f27c4b68ab081d6fb9ea
tree469791150fadf53761a5cced8cfacb8f413f2dfc
parent1b33d5e2824152e3c09bc05a3c86ae2792864507
mfd: pcf50633: 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/pcf50633-core.c