commit | d390ff735d0a61e4703bf124866ef6d4be7fdc64 | [log] [tgz] |
---|---|---|
author | Sergiu Cuciurean <sergiu.cuciurean@analog.com> | Wed Sep 16 12:31:23 2020 +0300 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Mon Sep 21 20:01:50 2020 +0100 |
tree | 82a5068ef76bcb44c40e19c80529fa4439bb8a5c | |
parent | 7f6fc073fd8571a0a37df332cf40b805ff6f4756 [diff] |
iio: adc: exynos_adc: Replace indio_dev->mlock with own device lock As part of the general cleanup of indio_dev->mlock, this change replaces it with a local lock, to protect potential concurrent access to the completion callback during a conversion. This is part of a bigger cleanup. Link: https://lore.kernel.org/linux-iio/CA+U=Dsoo6YABe5ODLp+eFNPGFDjk5ZeQEceGkqjxXcVEhLWubw@mail.gmail.com/ Signed-off-by: Sergiu Cuciurean <sergiu.cuciurean@analog.com> Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20200916093123.78954-1-alexandru.ardelean@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>