Fix pr_debug format error

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2025-06-10 11:35:45 -06:00
parent e457babab4
commit 3fa766c549
No known key found for this signature in database
GPG Key ID: 68E558D2BBD856E3
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ static void s76_wmi_notify(u32 value, void *context)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 12, 0) #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 12, 0)
if (obj->type != ACPI_TYPE_INTEGER) { if (obj->type != ACPI_TYPE_INTEGER) {
pr_debug("Unexpected WMI event (%0#6x)\n", obj); pr_debug("Unexpected WMI event (%0#6x)\n", obj->type);
return; return;
} }
#else #else