View | Details | Raw Unified
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 
			ACPI_ERROR((AE_INFO,
			ACPI_ERROR((AE_INFO,
				    "Both Handle and Pathname are NULL"));
				    "Both Handle and Pathname are NULL"));
		} else {
		} else {
			ACPI_ERROR((AE_INFO,
			ACPI_DEBUG_PRINT((ACPI_DB_INFO,
				    "Handle is NULL and Pathname is relative"));
					  "Null Handle with relative pathname [%s]",
					  pathname));
		}
		}
		status = AE_BAD_PARAMETER;
		status = AE_BAD_PARAMETER;