ACPICA: Standardize integer output for ACPICA warnings/errors
[deliverable/linux.git] / drivers / acpi / acpica / nsutils.c
index 47d91e668a1bfc25436a0993b3e04b3397aed490..bab559712da15e34f1b4fd8fa25f8a72a534aa94 100644 (file)
@@ -6,7 +6,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2008, Intel Corp.
+ * Copyright (C) 2000 - 2010, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -276,7 +276,7 @@ u32 acpi_ns_local(acpi_object_type type)
 
                /* Type code out of range  */
 
-               ACPI_WARNING((AE_INFO, "Invalid Object Type %X", type));
+               ACPI_WARNING((AE_INFO, "Invalid Object Type 0x%X", type));
                return_UINT32(ACPI_NS_NORMAL);
        }
 
@@ -764,7 +764,7 @@ u32 acpi_ns_opens_scope(acpi_object_type type)
 
                /* type code out of range  */
 
-               ACPI_WARNING((AE_INFO, "Invalid Object Type %X", type));
+               ACPI_WARNING((AE_INFO, "Invalid Object Type 0x%X", type));
                return_UINT32(ACPI_NS_NORMAL);
        }
 
This page took 0.048961 seconds and 5 git commands to generate.