X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Facpi%2Facpica%2Fnsnames.c;h=af8e6bcee07e5544112299df765c540a7b4c0602;hb=7ce1695c40e765e99cd790f55fc68037bc05d080;hp=ae3dc10a7e817c4c9f11d7c5d6549e7cff2e0f61;hpb=5a2dd72abdae75ea2960145e0549635ce4e0be96;p=pandora-kernel.git diff --git a/drivers/acpi/acpica/nsnames.c b/drivers/acpi/acpica/nsnames.c index ae3dc10a7e81..af8e6bcee07e 100644 --- a/drivers/acpi/acpica/nsnames.c +++ b/drivers/acpi/acpica/nsnames.c @@ -149,7 +149,7 @@ char *acpi_ns_get_external_pathname(struct acpi_namespace_node *node) name_buffer = ACPI_ALLOCATE_ZEROED(size); if (!name_buffer) { - ACPI_ERROR((AE_INFO, "Allocation failure")); + ACPI_ERROR((AE_INFO, "Could not allocate %u bytes", (u32)size)); return_PTR(NULL); }