View | Details | Raw Unified | Return to bug 102565
Collapse All | Expand All

(-)linux-2.6.13rc5/drivers/acpi/utilities/utalloc.c (+3 lines)
Lines 674-679 acpi_ut_find_allocation ( Link Here
674
{
674
{
675
	struct acpi_debug_mem_block     *element;
675
	struct acpi_debug_mem_block     *element;
676
676
677
	/* too slow to be usable */
678
	return NULL;
679
677
680
678
	ACPI_FUNCTION_ENTRY ();
681
	ACPI_FUNCTION_ENTRY ();
679
682

Return to bug 102565