power_supply: Replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Mon, 3 Jun 2013 09:05:05 +0000 (18:05 +0900)
committerAnton Vorontsov <anton@enomsg.org>
Fri, 7 Jun 2013 00:35:38 +0000 (17:35 -0700)
commit4b43eb67ae246b9a846c46e5ff96ea0212ae7a51
tree8f0cdab10714899bdb40f3ca84936e74304dc913
parentd211c6e82435dfa4ae9f4d80bb2ee75930bde5d4
power_supply: Replace strict_strtoul() with kstrtoul()

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

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
drivers/power/ab8500_fg.c
drivers/power/pcf50633-charger.c