power_supply: Replace strict_strtol() with kstrtol()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:06:16 +0000 (16:06 +0900)
committerAnton Vorontsov <anton@enomsg.org>
Fri, 9 Aug 2013 21:49:49 +0000 (14:49 -0700)
commitf107ae11f04aa32c9ae1e6629e9a5b886a7034bd
treed0e7d5007d7cc5d0e0e014d18d8248253ce18aa5
parent67778e0eda37ae0cde60fa190bfa883ec403fdbf
power_supply: Replace strict_strtol() with kstrtol()

The usage of strict_strtol() is not preferred, because strict_strtol() is
obsolete. Thus, kstrtol() should be used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
drivers/power/power_supply_sysfs.c