From: Jingoo Han Date: Mon, 3 Jun 2013 09:05:05 +0000 (+0900) Subject: power_supply: Replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.11-rc1~52^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b43eb67ae246b9a846c46e5ff96ea0212ae7a51;p=pandora-kernel.git 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 Reviewed-by: Andy Shevchenko Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed