commit | 948ad20504894436c008c8a50f74e277edeff9a1 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Thu Oct 18 14:47:00 2012 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Fri Oct 19 18:46:50 2012 +0100 |
tree | 3c9625afdb855cb6ee6fe1538da4e615fe3041f2 | |
parent | 45259859492812c8b700ae1d157be01a8d2babfe [diff] |
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>