Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-kernel.git] / drivers / acpi / acpica / tbxfroot.c
index 85ea834..fd2c07d 100644 (file)
@@ -5,7 +5,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
@@ -134,7 +134,7 @@ acpi_status acpi_find_root_pointer(acpi_size *table_address)
                                       ACPI_EBDA_PTR_LENGTH);
        if (!table_ptr) {
                ACPI_ERROR((AE_INFO,
-                           "Could not map memory at %8.8X for length %X",
+                           "Could not map memory at 0x%8.8X for length %u",
                            ACPI_EBDA_PTR_LOCATION, ACPI_EBDA_PTR_LENGTH));
 
                return_ACPI_STATUS(AE_NO_MEMORY);
@@ -159,7 +159,7 @@ acpi_status acpi_find_root_pointer(acpi_size *table_address)
                                               ACPI_EBDA_WINDOW_SIZE);
                if (!table_ptr) {
                        ACPI_ERROR((AE_INFO,
-                                   "Could not map memory at %8.8X for length %X",
+                                   "Could not map memory at 0x%8.8X for length %u",
                                    physical_address, ACPI_EBDA_WINDOW_SIZE));
 
                        return_ACPI_STATUS(AE_NO_MEMORY);
@@ -191,7 +191,7 @@ acpi_status acpi_find_root_pointer(acpi_size *table_address)
 
        if (!table_ptr) {
                ACPI_ERROR((AE_INFO,
-                           "Could not map memory at %8.8X for length %X",
+                           "Could not map memory at 0x%8.8X for length %u",
                            ACPI_HI_RSDP_WINDOW_BASE,
                            ACPI_HI_RSDP_WINDOW_SIZE));