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

(-)a/drivers/acpi/namespace/nsxfeval.c (-4 / +5 lines)
Lines 235-245 acpi_evaluate_object(acpi_handle handle, Link Here
235
		 * qualified names above, this is an error
237
		 * qualified names above, this is an error
236
		 */
238
		 */
237
		if (!pathname) {
239
		if (!pathname) {
238
			ACPI_ERROR((AE_INFO,
240
			ACPI_DEBUG_PRINT((ACPI_DB_INFO,
239
				    "Both Handle and Pathname are NULL"));
241
					  "Both Handle and Pathname are NULL"));
240
		} else {
242
		} else {
241
			ACPI_ERROR((AE_INFO,
243
			ACPI_DEBUG_PRINT((ACPI_DB_INFO,
242
				    "Handle is NULL and Pathname is relative"));
244
					  "Null Handle with relative pathname [%s]",
245
					  pathname));
243
		}
246
		}
244
247
245
		status = AE_BAD_PARAMETER;
248
		status = AE_BAD_PARAMETER;

Return to bug 131534