Re: [PATCH] power: power: replace strict_strtol() with kstrtol()

2013-08-09 Thread Anton Vorontsov
On Fri, Jul 19, 2013 at 04:06:16PM +0900, Jingoo Han wrote: > The usage of strict_strtol() is not preferred, because > strict_strtol() is obsolete. Thus, kstrtol() should be > used. > > Signed-off-by: Jingoo Han > --- Applied, thanks. > drivers/power/power_supply_sysfs.c |2 +- > 1 file ch

[PATCH] power: power: replace strict_strtol() with kstrtol()

2013-07-19 Thread Jingoo Han
The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtol() should be used. Signed-off-by: Jingoo Han --- drivers/power/power_supply_sysfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/power_supply_sysfs.c b/driver