|
@@ -72,7 +72,7 @@ static u64 asus_wireless_method(acpi_handle handle, const char *method,
|
|
|
acpi_handle_err(handle,
|
|
|
"Failed to eval method %s, param %#x (%d)\n",
|
|
|
method, param, s);
|
|
|
- acpi_handle_debug(handle, "%s returned %#x\n", method, (uint) ret);
|
|
|
+ acpi_handle_debug(handle, "%s returned %#llx\n", method, ret);
|
|
|
return ret;
|
|
|
}
|
|
|
|