Re: [PATCH 2/2] regulator: cpcap: Constify omap4_regulators and xoom_regulators

2019-02-26 Thread Sebastian Reichel
Hi, On Tue, Feb 26, 2019 at 01:52:30PM +0800, Axel Lin wrote: > They should never change, make them const. > > Signed-off-by: Axel Lin > --- Reviewed-by: Sebastian Reichel -- Sebastian > drivers/regulator/cpcap-regulator.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

Re: [PATCH 2/2] regulator: cpcap: Constify omap4_regulators and xoom_regulators

2019-02-26 Thread Tony Lindgren
* Axel Lin [190226 05:52]: > They should never change, make them const. Acked-by: Tony Lindgren

[PATCH 2/2] regulator: cpcap: Constify omap4_regulators and xoom_regulators

2019-02-25 Thread Axel Lin
They should never change, make them const. Signed-off-by: Axel Lin --- drivers/regulator/cpcap-regulator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/cpcap-regulator.c b/drivers/regulator/cpcap-regulator.c index c15ced1b5968..e7dab5c4d1d1 100644