]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (ltc4282) Rely on subsystem locking
authorGuenter Roeck <linux@roeck-us.net>
Tue, 9 Sep 2025 12:50:35 +0000 (05:50 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 17 Oct 2025 14:18:10 +0000 (07:18 -0700)
commitd4469d53a9fbb9c3e17ab09424017a5918c894b5
treee6cb9927b533b9c09476196a9f9f8d549768ef5b
parentbf9a27c86e4b982ed9fe462d86608894aa7cb9b9
hwmon: (ltc4282) Rely on subsystem locking

Attribute access is now serialized in the hardware monitoring core,
so locking in the driver code is no longer necessary. Drop it.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
drivers/hwmon/ltc4282.c