iio: Use strict_strtouint instead of kstrtoul
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 18 Oct 2012 13:47:00 +0000 (14:47 +0100)
committerJonathan Cameron <jic23@kernel.org>
Fri, 19 Oct 2012 17:46:50 +0000 (18:46 +0100)
strict_strto* has been deprecated in favor of kstrto*. Use strict_strtouint
respective strict_strtoint, since that is what the functions we pass the
converted values to expect.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

No differences found