hwmon: (nct7802) Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 08:57:55 +0000 (09:57 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 26 Jan 2015 05:23:58 +0000 (21:23 -0800)
commit3c535bca9a43eb04d64537b55994c88e399a9981
treecce754a10bfde307ae1de820c16f15c0ebf1276f
parent26bc420b59a38e4e6685a73345a0def461136dce
hwmon: (nct7802) 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: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/nct7802.c
This page took 0.037351 seconds and 5 git commands to generate.