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

(-)a/drivers/acpi/namespace/nssearch.c (-1 / +1 lines)
Lines 309-315 acpi_ns_search_and_enter(u32 target_name Link Here
309
	if (!acpi_ut_valid_acpi_name(target_name)) {
309
	if (!acpi_ut_valid_acpi_name(target_name)) {
310
		ACPI_ERROR((AE_INFO, "Bad character in ACPI Name: %X",
310
		ACPI_ERROR((AE_INFO, "Bad character in ACPI Name: %X",
311
			    target_name));
311
			    target_name));
312
		return_ACPI_STATUS(AE_BAD_CHARACTER);
312
//		return_ACPI_STATUS(AE_BAD_CHARACTER);
313
	}
313
	}
314
314
315
	/* Try to find the name in the namespace level specified by the caller */
315
	/* Try to find the name in the namespace level specified by the caller */

Return to bug 147621