- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / drivers / acpi / acpica / utdelete.c
index 16b51c6..ed794cd 100644 (file)
@@ -434,7 +434,7 @@ acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action)
 
        default:
 
-               ACPI_ERROR((AE_INFO, "Unknown action (%X)", action));
+               ACPI_ERROR((AE_INFO, "Unknown action (0x%X)", action));
                break;
        }
 
@@ -444,8 +444,8 @@ acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action)
         */
        if (count > ACPI_MAX_REFERENCE_COUNT) {
                ACPI_WARNING((AE_INFO,
-                             "Large Reference Count (%X) in object %p", count,
-                             object));
+                             "Large Reference Count (0x%X) in object %p",
+                             count, object));
        }
 }