Re: [PATCH] power: supply: ab8500_fg: fix obsolete function

2018-08-29 Thread Sebastian Reichel
Hi, On Mon, Aug 27, 2018 at 06:49:15AM -0400, Ding Xiang wrote: > simple_strtoul is obsolete, and use kstrtoint instead > > Signed-off-by: Ding Xiang > --- Thanks, queued. -- Sebastian > drivers/power/supply/ab8500_fg.c | 21 +++-- > 1 file changed, 15 insertions(+), 6 deleti

[PATCH] power: supply: ab8500_fg: fix obsolete function

2018-08-27 Thread Ding Xiang
simple_strtoul is obsolete, and use kstrtoint instead Signed-off-by: Ding Xiang --- drivers/power/supply/ab8500_fg.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c index 02356f9..2bdad