commit | f107ae11f04aa32c9ae1e6629e9a5b886a7034bd | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Jul 19 16:06:16 2013 +0900 |
committer | Anton Vorontsov <anton@enomsg.org> | Fri Aug 09 14:49:49 2013 -0700 |
tree | d0e7d5007d7cc5d0e0e014d18d8248253ce18aa5 | |
parent | 67778e0eda37ae0cde60fa190bfa883ec403fdbf [diff] |
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>