From: Jingoo Han Date: Tue, 20 Aug 2013 02:31:00 +0000 (+0100) Subject: staging: iio: replace strict_strto*() with kstrto*() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~694^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e26dd5bb740c34c975e2ae059126ba3486a1ce;p=pandora-kernel.git staging: iio: replace strict_strto*() with kstrto*() The usage of strict_strto*() is not preferred, because strict_strto*() is obsolete. Thus, kstrto*() should be used. Previously, there were only strict_strtol(), strict_strtoul(), strict_strtoull(), and strict_strtoll(). Thus, when converting to the variables, only long, unsigned long, unsigned long long, and long long can be used. However, kstrto*() provides various functions handling all types of variables. Therefore, the types of variables can be changed properly. Signed-off-by: Jingoo Han Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed