From: Jingoo Han Date: Fri, 19 Jul 2013 07:06:16 +0000 (+0900) Subject: power_supply: Replace strict_strtol() with kstrtol() X-Git-Tag: v3.12-rc1~58^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f107ae11f04aa32c9ae1e6629e9a5b886a7034bd;p=pandora-kernel.git 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 Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed