Re: [PATCH 09/14] mfd: retu: Constify struct regmap_config

2015-01-20 Thread Lee Jones
On Mon, 05 Jan 2015, Krzysztof Kozlowski wrote: > 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 > --- > drivers/mfd/retu-mfd.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH 09/14] mfd: retu: Constify struct regmap_config

2015-01-20 Thread Lee Jones
On Mon, 05 Jan 2015, Krzysztof Kozlowski wrote: 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.kozlow...@samsung.com --- drivers/mfd/retu-mfd.c | 2 +- 1 file changed, 1

[PATCH 09/14] mfd: retu: Constify struct regmap_config

2015-01-05 Thread Krzysztof Kozlowski
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 --- drivers/mfd/retu-mfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/retu-mfd.c

[PATCH 09/14] mfd: retu: Constify struct regmap_config

2015-01-05 Thread Krzysztof Kozlowski
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.kozlow...@samsung.com --- drivers/mfd/retu-mfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git