]> git.neil.brown.name Git - history.git/commitdiff
[ACPI] fix build warning in tables/tbget.c
authorLen Brown <len.brown@intel.com>
Fri, 22 Oct 2004 18:55:32 +0000 (14:55 -0400)
committerLen Brown <lenb@dhcppc3.>
Fri, 22 Oct 2004 18:55:32 +0000 (14:55 -0400)
drivers/acpi/tables/tbget.c

index f3cf903e9277fe8445fa31fed801f5ef772a64da..537942444e595b66dee98171fe2b5b36786a4b34 100644 (file)
@@ -168,7 +168,7 @@ acpi_tb_get_table_header (
        }
 
        ACPI_DEBUG_PRINT ((ACPI_DB_TABLES, "Table Signature: [%4.4s]\n",
-               &return_header->signature));
+               return_header->signature));
 
        return_ACPI_STATUS (AE_OK);
 }