]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iio: adc: ti-adc128s052: Use devm_mutex_init()
authorMatti Vaittinen <mazziesaccount@gmail.com>
Mon, 7 Apr 2025 11:36:23 +0000 (14:36 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 22 Apr 2025 18:10:03 +0000 (19:10 +0100)
commit804757a221a9258eca90129aff4b136abe335446
treebb24c514cdfd012caf7c51905fc498575e65a417
parent6c41d590722c5753d9f15b73d7724a7950c36bf2
iio: adc: ti-adc128s052: Use devm_mutex_init()

Quoting Jonathan:
"Whilst it doesn't bring huge advantage, now we have devm_mutex_init()
it seems reasonable to use it and maybe catch a use after free for the
lock"

Switch to use devm_mutex_init() while working on this file.

Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Link: https://patch.msgid.link/efe4a039e2bfbf4dcf30743f6b7b88fce3b9ee39.1744022065.git.mazziesaccount@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ti-adc128s052.c