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)
commit948ad20504894436c008c8a50f74e277edeff9a1
tree3c9625afdb855cb6ee6fe1538da4e615fe3041f2
parent45259859492812c8b700ae1d157be01a8d2babfe
iio: Use strict_strtouint instead of kstrtoul

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>
drivers/iio/industrialio-buffer.c
drivers/iio/industrialio-event.c
This page took 0.0361399999999999 seconds and 5 git commands to generate.