Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131534 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.16-gentoo-r4/drivers/acpi/namespace/nsxfeval.c (-2 / +3 lines)
Lines 238-245 acpi_evaluate_object(acpi_handle handle, Link Here
238
			ACPI_ERROR((AE_INFO,
238
			ACPI_ERROR((AE_INFO,
239
				    "Both Handle and Pathname are NULL"));
239
				    "Both Handle and Pathname are NULL"));
240
		} else {
240
		} else {
241
			ACPI_ERROR((AE_INFO,
241
			ACPI_DEBUG_PRINT((ACPI_DB_INFO,
242
				    "Handle is NULL and Pathname is relative"));
242
					  "Null Handle with relative pathname [%s]",
243
					  pathname));
243
		}
244
		}
244
245
245
		status = AE_BAD_PARAMETER;
246
		status = AE_BAD_PARAMETER;

Return to bug 131534