Messages in this thread |  | | From | Eugene Shalygin <> | Subject | [PATCH 0/1] hwmon: (asus-ec-sensors) add missing mutex path | Date | Sat, 21 Jan 2023 12:17:27 +0100 |
| |
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
|  |