Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-kernel.git] / drivers / acpi / acpica / utalloc.c
index 7580f6b..8f08962 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
@@ -340,7 +340,7 @@ void *acpi_ut_allocate(acpi_size size,
                /* Report allocation error */
 
                ACPI_WARNING((module, line,
-                             "Could not allocate size %X", (u32) size));
+                             "Could not allocate size %u", (u32) size));
 
                return_PTR(NULL);
        }