[Ubuntu PATCH] nssearch: bad characters shouldn't be fatal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[UBUNTU:acpi] Bad characters shouldn't be fatal.

PatchAuthor: Len Brown <len.brown@xxxxxxxxx>


---
 drivers/acpi/namespace/nssearch.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2617-pv.orig/drivers/acpi/namespace/nssearch.c
+++ linux-2617-pv/drivers/acpi/namespace/nssearch.c
@@ -309,7 +309,7 @@ acpi_ns_search_and_enter(u32 target_name
 	if (!acpi_ut_valid_acpi_name(target_name)) {
 		ACPI_ERROR((AE_INFO, "Bad character in ACPI Name: %X",
 			    target_name));
-		return_ACPI_STATUS(AE_BAD_CHARACTER);
+		//return_ACPI_STATUS(AE_BAD_CHARACTER);
 	}
 
 	/* Try to find the name in the namespace level specified by the caller */



-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux