iio: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Sat, 1 Jun 2013 07:10:00 +0000 (08:10 +0100)
committerJonathan Cameron <jic23@kernel.org>
Tue, 4 Jun 2013 17:29:49 +0000 (18:29 +0100)
The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete. Thus, kstrtoul() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

No differences found