commit | 7e604a3d212ca006802f485f7bac9712a5ddd805 | [log] [tgz] |
---|---|---|
author | Nishant Malpani <nish.malpani25@gmail.com> | Tue Aug 25 18:15:52 2020 +0530 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Thu Sep 03 19:40:51 2020 +0100 |
tree | 39f28bb169a0ed27a8b4264cc3273d13e247bdd9 | |
parent | 3b0028bd0f03fa60c586cd8c4a6c8265a81dcf9c [diff] |
iio: gyro: adxrs290: Insert missing mutex initialization call Insert a missing mutex_init() call during the probe that initializes the driver's local lock to unlocked state. Fixes: 2c8920fff145 ("iio: gyro: Add driver support for ADXRS290") Signed-off-by: Nishant Malpani <nish.malpani25@gmail.com> Link: https://lore.kernel.org/r/20200825124552.11155-1-nish.malpani25@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>