]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iio: adc: ad7606: fix/persist oversampling_ratio setting
authorAlexandru Ardelean <aardelean@baylibre.com>
Fri, 25 Oct 2024 09:59:35 +0000 (12:59 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 28 Oct 2024 20:04:10 +0000 (20:04 +0000)
commit8456a9f0721201b9713ad4a0ad0c6ef619286cb3
tree915008ebb4d1a576c5d931e9af59bb859aab5057
parentbb372ac253b5b2d03b2b18fcccbc716e3f92c862
iio: adc: ad7606: fix/persist oversampling_ratio setting

When the mutexes were reworked to guards, the caching of the
oversampling_ratio values was removed by accident.

The main effect of this change is that, after setting the
oversampling_ratio value, reading it back would result in the initial value
(of 1).
The value would get sent to the device correctly though.

Fixes 2956979dbd0d: ("iio: adc: ad7606: switch mutexes to guard")

Signed-off-by: Alexandru Ardelean <aardelean@baylibre.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20241025095939.271811-2-aardelean@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7606.c