diff options
author | Gargi Sharma <gs051095@gmail.com> | 2017-03-17 10:59:30 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-03-19 14:11:37 +0300 |
commit | dba968c4fea0f9368e709966666d6e35dfe05e62 (patch) | |
tree | c4af2ec6fa5d3263554510b144ec3c8bda91cc9d /drivers/iio/dac | |
parent | 2b7cb7bed6e209a1b1560fe288087f84614cc793 (diff) | |
download | linux-dba968c4fea0f9368e709966666d6e35dfe05e62.tar.xz |
staging: iio: ad7280: Replace mlock with driver private lock
The IIO subsystem is redefining iio_dev->mlock to be used by
the IIO core only for protecting device operating mode changes.
ie. Changes between INDIO_DIRECT_MODE, INDIO_BUFFER_* modes.
In this driver, mlock was being used to protect hardware state
changes. Replace it with a lock in the devices global data.
Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac')
0 files changed, 0 insertions, 0 deletions