iio: vf610_adc: cleanup wait_for_completion return handling
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 2 Feb 2015 08:35:20 +0000 (03:35 -0500)
committerJonathan Cameron <jic23@kernel.org>
Wed, 4 Feb 2015 17:00:33 +0000 (17:00 +0000)
return type of wait_for_completion_timeout is unsigned long not int, this
patch only fixes up the return handling.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

No differences found