Commit 2f294db8 authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] fix build warning

parent b4ec0368
...@@ -192,7 +192,7 @@ acpi_ex_store ( ...@@ -192,7 +192,7 @@ acpi_ex_store (
if (!acpi_ut_valid_internal_object (source_desc)) { if (!acpi_ut_valid_internal_object (source_desc)) {
ACPI_DEBUG_PRINT_RAW ((ACPI_DB_DEBUG_OBJECT, ACPI_DEBUG_PRINT_RAW ((ACPI_DB_DEBUG_OBJECT,
"%X, Invalid Internal Object!\n", source_desc)); "%p, Invalid Internal Object!\n", source_desc));
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment