From 3c535bca9a43eb04d64537b55994c88e399a9981 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:57:55 +0100 Subject: [PATCH] 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 Signed-off-by: Guenter Roeck --- Reading git-format-patch failed