commit | ea14163d29130649e43bfcad12ef6ef9a956fbe3 | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | Tue Sep 17 19:10:23 2019 +0300 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Oct 05 13:45:03 2019 +0100 |
tree | 50963f4d11885a566f2be1ad6c9923ac4840545a | |
parent | 8033997a8dafbad1aae437bd25f0d7307fb084be [diff] |
iio: gyro: adis16130: remove mlock usage The use of indio_dev's mlock is discouraged. The driver already defines it's own `bus_lock` in `adis16130_spi_read()`, so using the mlock is redundant. The parts supported by this chip are obsoleted anyway, so for now we just remove mlock as part of a general cleanup, until the driver gets removed. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>