From: Jingoo Han Date: Sat, 1 Jun 2013 07:10:00 +0000 (+0100) Subject: iio: replace strict_strtoul() with kstrtoul() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~209^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddeb64f36d2a1333927e273856d545767ee70a1c;p=pandora-kernel.git iio: 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: Jonathan Cameron --- Reading git-diff-tree failed