Re: [PATCH -next] power: supply: Make bd9995x_chip_reset static

2020-05-28 Thread s...@kernel.org
Hi, On Mon, May 11, 2020 at 11:22:26AM +, Vaittinen, Matti wrote: > On Mon, 2020-05-11 at 19:12 +0800, Samuel Zou wrote: > > Fix the following sparse warning: > > > > drivers/power/supply/bd99954-charger.c:1028:6: warning: symbol > > 'bd9995x_chip_reset' was not declared. > > > > The bd9995x

Re: [PATCH -next] power: supply: Make bd9995x_chip_reset static

2020-05-11 Thread Vaittinen, Matti
On Mon, 2020-05-11 at 19:12 +0800, Samuel Zou wrote: > Fix the following sparse warning: > > drivers/power/supply/bd99954-charger.c:1028:6: warning: symbol > 'bd9995x_chip_reset' was not declared. > > The bd9995x_chip_reset() has only one call site within bd99954- > charger.c > It should be stat

[PATCH -next] power: supply: Make bd9995x_chip_reset static

2020-05-11 Thread Samuel Zou
Fix the following sparse warning: drivers/power/supply/bd99954-charger.c:1028:6: warning: symbol 'bd9995x_chip_reset' was not declared. The bd9995x_chip_reset() has only one call site within bd99954-charger.c It should be static Fixes: 0902f8366491 ("power: supply: Support ROHM bd99954 charger"