]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: core: Replace lockdep_set_class() + mutex_init() by combined call
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 12 Nov 2025 14:55:10 +0000 (15:55 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 15 Nov 2025 17:28:02 +0000 (17:28 +0000)
commitc76ba4b2644424b8dbacee80bb40991eac29d39e
tree286dc13d818f9dd31550aab1dd10443e201281ac
parentb0e6871415b25f5e84a79621834e3d0c9d4627a6
iio: core: Replace lockdep_set_class() + mutex_init() by combined call

Replace lockdep_set_class() + mutex_init() by combined call
mutex_init_with_key().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/industrialio-core.c