patch-2.4.23 linux-2.4.23/drivers/acpi/utilities/utalloc.c

Next file: linux-2.4.23/drivers/acpi/utilities/utdelete.c
Previous file: linux-2.4.23/drivers/acpi/tables.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/drivers/acpi/utilities/utalloc.c linux-2.4.23/drivers/acpi/utilities/utalloc.c
@@ -795,7 +795,7 @@
 
 	ACPI_MEMSET (&allocation->user_space, 0xEA, allocation->size);
 
-	ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "Freeing size %X\n", allocation->size));
+	ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "Freeing size 0%X\n", allocation->size));
 
 	status = acpi_ut_release_mutex (ACPI_MTX_MEMORY);
 	return_ACPI_STATUS (status);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)