Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a0b1013 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

hwmon: Drop unused mutexes in two drivers



Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent f8d0c19a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -261,7 +261,6 @@ struct pwm_data {
struct adm1026_data {
	struct i2c_client client;
	struct class_device *class_dev;
	struct mutex lock;
	enum chips type;

	struct mutex update_lock;
+0 −1
Original line number Diff line number Diff line
@@ -332,7 +332,6 @@ struct lm85_autofan {
struct lm85_data {
	struct i2c_client client;
	struct class_device *class_dev;
	struct mutex lock;
	enum chips type;

	struct mutex update_lock;