commit | d693845da31c4d1093a8165d1ac4a73eac0f9373 | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | Fri Nov 22 15:24:20 2019 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Nov 23 12:17:35 2019 +0000 |
tree | eea721e27510058e4f8e5863301deb254a36b337 | |
parent | 0aee99a1ea53de1aedcf96a4d52d6161ffba011a [diff] |
iio: imu: adis16480: use state lock for filter freq set It's the only operation that does 2 operations (a read & a write), so the unlocked functions can be used under a single state lock. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>