diff options
author | Denis CIOCCA <denis.ciocca@st.com> | 2013-05-09 09:35:00 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-05-22 17:14:58 -0400 |
commit | d61a04dc148db1d0e7fa2307eb0f7abbc44fcd98 (patch) | |
tree | 5a7c89575223d91febd29284024a6cdd9a39351b /drivers/iio | |
parent | 0ae5fb6fd346cf368639fb6256db6af0831b0048 (diff) |
iio:common:st: added disable function after read info raw data
Signed-off-by: Denis Ciocca <denis.ciocca@st.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/common/st_sensors/st_sensors_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/common/st_sensors/st_sensors_core.c b/drivers/iio/common/st_sensors/st_sensors_core.c index bd33473f8e38..ed9bc8ae9330 100644 --- a/drivers/iio/common/st_sensors/st_sensors_core.c +++ b/drivers/iio/common/st_sensors/st_sensors_core.c | |||
@@ -312,6 +312,8 @@ int st_sensors_read_info_raw(struct iio_dev *indio_dev, | |||
312 | goto read_error; | 312 | goto read_error; |
313 | 313 | ||
314 | *val = *val >> ch->scan_type.shift; | 314 | *val = *val >> ch->scan_type.shift; |
315 | |||
316 | err = st_sensors_set_enable(indio_dev, false); | ||
315 | } | 317 | } |
316 | mutex_unlock(&indio_dev->mlock); | 318 | mutex_unlock(&indio_dev->mlock); |
317 | 319 | ||