Merge branches 'sh/wdt', 'sh/pci-express-async' and 'common/serial-rework' into sh...
[pandora-kernel.git] / drivers / acpi / acpica / psargs.c
index 00493e1..e1fad0e 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2010, Intel Corp.
+ * Copyright (C) 2000 - 2011, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -460,7 +460,7 @@ acpi_ps_get_next_simple_arg(struct acpi_parse_state *parser_state,
 
        default:
 
-               ACPI_ERROR((AE_INFO, "Invalid ArgType %X", arg_type));
+               ACPI_ERROR((AE_INFO, "Invalid ArgType 0x%X", arg_type));
                return_VOID;
        }
 
@@ -742,7 +742,7 @@ acpi_ps_get_next_arg(struct acpi_walk_state *walk_state,
 
        default:
 
-               ACPI_ERROR((AE_INFO, "Invalid ArgType: %X", arg_type));
+               ACPI_ERROR((AE_INFO, "Invalid ArgType: 0x%X", arg_type));
                status = AE_AML_OPERAND_TYPE;
                break;
        }