linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] hwmon: (asus-ec-sensors) add missing mutex path
@ 2023-01-21 11:17 Eugene Shalygin
  2023-01-21 11:17 ` [PATCH 1/1] " Eugene Shalygin
  0 siblings, 1 reply; 3+ messages in thread
From: Eugene Shalygin @ 2023-01-21 11:17 UTC (permalink / raw)
  To: eugene.shalygin; +Cc: Jean Delvare, Guenter Roeck, linux-hwmon, linux-kernel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-24 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21 11:17 [PATCH 0/1] hwmon: (asus-ec-sensors) add missing mutex path Eugene Shalygin
2023-01-21 11:17 ` [PATCH 1/1] " Eugene Shalygin
2023-01-24 13:55   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).