[PATCH 0/1] hwmon: (asus-ec-sensors) add missing mutex path
From: Eugene Shalygin
Date: Sat Jan 21 2023 - 06:18:03 EST
The board definition for ProArt X570-CREATOR WIFI misses the mutex path,
and because ofthe the driver can not be loaded:
asus-ec-sensors asus-ec-sensors: Hardware access guard mutex name is empty
asus-ec-sensors asus-ec-sensors: Failed to setup state/EC locking: -22
asus-ec-sensors: probe of asus-ec-sensors failed with error -22
The issue was pointed out in a comment at GitHub [1]
[1] https://github.com/zeule/asus-ec-sensors/issues/17#issuecomment-1399174059
Eugene Shalygin (1):
hwmon: (asus-ec-sensors) add missing mutex path
drivers/hwmon/asus-ec-sensors.c | 1 +
1 file changed, 1 insertion(+)
--
2.39.0