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)
commitddeb64f36d2a1333927e273856d545767ee70a1c
treed7548bca68ce1d9d2c3252662cacab0725928dbc
parentb164935b38d64557a32892e7aa45e213e9d11ea8
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 <jg1.han@samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/max1363.c
drivers/iio/trigger/iio-trig-sysfs.c
This page took 0.024353 seconds and 5 git commands to generate.