ACPICA: Standardize integer output for ACPICA warnings/errors
[GitHub/mt8127/android_kernel_alcatel_ttab.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);
        }