Re: [PATCH v2 03/11] power: bq25890: make property table const

2020-05-03 Thread Sebastian Reichel
Hi, On Sun, May 03, 2020 at 05:21:10PM +0200, Michał Mirosław wrote: > Property list should not change, so mark it const. > > Signed-off-by: Michał Mirosław > --- Thanks, queued. -- Sebastian > drivers/power/supply/bq25890_charger.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[PATCH v2 03/11] power: bq25890: make property table const

2020-05-03 Thread Michał Mirosław
Property list should not change, so mark it const. Signed-off-by: Michał Mirosław --- drivers/power/supply/bq25890_charger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/supply/bq25890_charger.c b/drivers/power/supply/bq25890_charger.c index