From: Jingoo Han Date: Fri, 19 Jul 2013 07:18:47 +0000 (+0900) Subject: platform: replace strict_strto*() with kstrto*() X-Git-Tag: v3.12-rc1~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db7fd969e567dc0e4d2a7138896d6860f9614d5;p=pandora-kernel.git platform: replace strict_strto*() with kstrto*() The usage of strict_strtoul() and strict_strtol() is not preferred, because strict_strtoul() and strict_strtol() are obsolete. Thus, kstrtoul() and kstrtol() should be used. Signed-off-by: Jingoo Han Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed