提交 cc5cceff 编写于 作者: J João Paulo Rechi Vita 提交者: Andy Shevchenko

platform/x86: asus-wireless: Fix format specifier

u64 should be printed with %llx instead of %x and cast to uint.
Signed-off-by: NJoão Paulo Rechi Vita <jprvita@gmail.com>
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
上级 cf48bf9e
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册