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