From: Jingoo Han Date: Wed, 5 Feb 2014 02:22:05 +0000 (+0900) Subject: IB/srpt: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.14-rc3~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d8abf45944e4f1c18a04070fc3ed2f3ffcbbcb6;p=pandora-kernel.git IB/srpt: 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: Nicholas Bellinger --- Reading git-diff-tree failed