OSDN Git Service

iio: iadc: wait_for_completion_timeout time in jiffies
authorNicholas Mc Guire <der.herr@hofr.at>
Wed, 31 Dec 2014 08:59:46 +0000 (03:59 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sat, 10 Jan 2015 11:43:26 +0000 (11:43 +0000)
commitf2229ab8611e6e79992b6357db3fb4faf70e74a9
treea4230591e1269fc738b421df52c8b93e109f2016
parent94e65519abde01cbffb9c538a4598f6a50bc86d1
iio: iadc: wait_for_completion_timeout time in jiffies

The timeout value to wait_for_completion_timeout is in jiffies but
the value being passed seems like it was intended to by microseconds
Note that the timeout was extremely long thus it might be too short
now. In any case it probably should be passed through usecs_to_jiffies()
or msecs_to_jiffies()

patch is against linux-next 3.19.0-rc1 -next-20141226

patch was only compile-tested x86_64_defcofnig + CONFIG_SPMI=m
CONFIG_IIO=m, CONFIG_QCOM_SPMI_IADC=m

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Acked-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/qcom-spmi-iadc.c