From: Jingoo Han Date: Fri, 31 May 2013 21:18:55 +0000 (+0000) Subject: net: can: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.11-rc1~16^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0672f0ab57dc71958542ac41e5a7ccb6a382a8f3;p=pandora-kernel.git net: can: 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