Commit ee82c878 authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] fix build warning in tables/tbget.c

parent 8f2297b6
...@@ -168,7 +168,7 @@ acpi_tb_get_table_header ( ...@@ -168,7 +168,7 @@ acpi_tb_get_table_header (
} }
ACPI_DEBUG_PRINT ((ACPI_DB_TABLES, "Table Signature: [%4.4s]\n", ACPI_DEBUG_PRINT ((ACPI_DB_TABLES, "Table Signature: [%4.4s]\n",
&return_header->signature)); return_header->signature));
return_ACPI_STATUS (AE_OK); return_ACPI_STATUS (AE_OK);
} }
......
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