https://bugzilla.kernel.org/show_bug.cgi?id=204807 --- Comment #319 from Jeroen Beerstra (jeroen@xxxxxxxxxxxx) --- (In reply to Jeroen Beerstra from comment #311) > (In reply to Denis Pauk from comment #310) > > Could you please check new one ? I have rebased patch to 6.2.7 > > Applies, compiles, and works just fine. Thank you very much for your hard > work, hope all of this lands in 6.3. Same for 6.2.8. I did notice these warnings though: drivers/hwmon/nct6775-platform.c:1325:21: warning: 'acpi_board_0LPC_MUTEX' defined but not used [-Wunused-variable] 1325 | DMI_ASUS_BOARD_INFO(acpi_board_0LPC_MUTEX, "\\_SB.PC00.LPCB.SIO1.MUT0"); | ^~~~~~~~~~~~~~~~~~~~~ drivers/hwmon/nct6775-platform.c:1319:31: note: in definition of macro 'DMI_ASUS_BOARD_INFO' 1319 | static struct acpi_board_info name = { \ | ^~~~ drivers/hwmon/nct6775-platform.c:1324:21: warning: 'acpi_board_LPCB_MUTEX' defined but not used [-Wunused-variable] 1324 | DMI_ASUS_BOARD_INFO(acpi_board_LPCB_MUTEX, "\\_SB_.PCI0.LPCB.SIO1.MUT0"); | ^~~~~~~~~~~~~~~~~~~~~ drivers/hwmon/nct6775-platform.c:1319:31: note: in definition of macro 'DMI_ASUS_BOARD_INFO' 1319 | static struct acpi_board_info name = { \ | ^~~~ drivers/hwmon/nct6775-platform.c:1323:21: warning: 'acpi_board_GPEM_MUTEX' defined but not used [-Wunused-variable] 1323 | DMI_ASUS_BOARD_INFO(acpi_board_GPEM_MUTEX, "\\_GPE.MUT0"); | ^~~~~~~~~~~~~~~~~~~~~ drivers/hwmon/nct6775-platform.c:1319:31: note: in definition of macro 'DMI_ASUS_BOARD_INFO' 1319 | static struct acpi_board_info name = { \ | ^~~~ Since they seem pretty harmless to me, I didn't report them earlier. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.