commit | 6a4d6a7d6588d8c15501542da786ebff6602475c | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | Fri Nov 22 15:24:14 2019 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Nov 23 12:02:05 2019 +0000 |
tree | d6dfd2f0ef102ec50eaac9d192e8fe6fd04e06dd | |
parent | 100bfa38c8cb81ccbbd17ee4f0c1164f455f6039 [diff] |
iio: imu: adis: create an unlocked version of adis_check_status() This one also gets re-used in certain operations, so it makes sense to have an unlocked version of this to group it with other reads/writes/operations to have a single lock for the whole state change. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>