Re: [PATCH -next] power/supply/cw2015: Make some symbols static

2020-05-08 Thread Sebastian Reichel
Hi, On Wed, May 06, 2020 at 09:49:26PM +0200, Tobias Schramm wrote: > > Fix the following warning: > > > > drivers/power/supply/cw2015_battery.c:96:5: warning: > > 'cw_update_profile' was not declared. Should it be static? > > drivers/power/supply/cw2015_battery.c:712:1: warning: > >

Re: [PATCH -next] power/supply/cw2015: Make some symbols static

2020-05-06 Thread Tobias Schramm
> Fix the following warning: > > drivers/power/supply/cw2015_battery.c:96:5: warning: > 'cw_update_profile' was not declared. Should it be static? > drivers/power/supply/cw2015_battery.c:712:1: warning: > 'cw_bat_pm_ops' was not declared. Should it be static? > LGTM. Acked-by: Tobias Schramm

[PATCH -next] power/supply/cw2015: Make some symbols static

2020-05-06 Thread ChenTao
Fix the following warning: drivers/power/supply/cw2015_battery.c:96:5: warning: 'cw_update_profile' was not declared. Should it be static? drivers/power/supply/cw2015_battery.c:712:1: warning: 'cw_bat_pm_ops' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: ChenTao