Re: [PATCH 1/2] regulator: s5m8767: Constify s5m8767_opmode_reg

2019-02-21 Thread Krzysztof Kozlowski
On Thu, 21 Feb 2019 at 14:17, Axel Lin wrote: > > The s5m8767_opmode_reg should never change, make it const. > > Signed-off-by: Axel Lin > --- > drivers/regulator/s5m8767.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof

[PATCH 1/2] regulator: s5m8767: Constify s5m8767_opmode_reg

2019-02-21 Thread Axel Lin
The s5m8767_opmode_reg should never change, make it const. Signed-off-by: Axel Lin --- drivers/regulator/s5m8767.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c index b581f01f3395..5b0e1fe6723f 100644 ---