- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / drivers / acpi / acpica / nsdump.c
index 0689d36..2110cc2 100644 (file)
@@ -205,8 +205,8 @@ acpi_ns_dump_one_object(acpi_handle obj_handle,
                /* Check the node type and name */
 
                if (type > ACPI_TYPE_LOCAL_MAX) {
-                       ACPI_WARNING((AE_INFO, "Invalid ACPI Object Type %08X",
-                                     type));
+                       ACPI_WARNING((AE_INFO,
+                                     "Invalid ACPI Object Type 0x%08X", type));
                }
 
                if (!acpi_ut_valid_acpi_name(this_node->name.integer)) {