]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/acpi/acpica/utalloc.c
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes...
[mv-sheeva.git] / drivers / acpi / acpica / utalloc.c
index 3d706b8fd449a43879a4552436c45d620691bc2e..8f0896281567525a3b67ab484a73c20383759a0a 100644 (file)
@@ -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);
        }