commit | dba968c4fea0f9368e709966666d6e35dfe05e62 | [log] [tgz] |
---|---|---|
author | Gargi Sharma <gs051095@gmail.com> | Fri Mar 17 13:29:30 2017 +0530 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Mar 19 11:11:37 2017 +0000 |
tree | c4af2ec6fa5d3263554510b144ec3c8bda91cc9d | |
parent | 2b7cb7bed6e209a1b1560fe288087f84614cc793 [diff] |
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>