https://bugzilla.kernel.org/show_bug.cgi?id=204807 --- Comment #193 from Vladdrako (vladdrako007@xxxxxxxxx) --- (In reply to Denis Pauk from comment #192) > You can try with DMI_EXACT_MATCH_ASUS_BOARD_NAME("P8Z68-V > LX", &acpi_board_LPCB_MUTEX), But I am not sure that it will lock correct > mutex or be safe. drivers/hwmon/nct6775.c:5443:56: error: «acpi_board_LPCB_MUTEX» undeclared here (not in a function) 5443 | DMI_EXACT_MATCH_ASUS_BOARD_NAME("P8Z68-V LX", &acpi_board_LPCB_MUTEX), | ^~~~~~~~~~~~~~~~~~~~~ drivers/hwmon/nct6775.c:5411:24: note: in expansion of macro «DMI_EXACT_MATCH_ASUS_BOARD_NAME» 5411 | .driver_data = info, \ | ^~~~ -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.