From: Jingoo Han Date: Fri, 31 May 2013 21:35:23 +0000 (+0000) Subject: ssb: sprom: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.11-rc1~16^2~208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b1ea4b299ca19a7a2713b38366ac2829fe55883;p=pandora-kernel.git ssb: sprom: 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed