public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [Ubuntu PATCH] nssearch: bad characters shouldn't be fatal
@ 2006-06-21  5:32 Randy Dunlap
  2006-06-21 10:51 ` Matthew Garrett
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2006-06-21  5:32 UTC (permalink / raw)
  To: linux-acpi, len.brown, akpm

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

PatchAuthor: Len Brown <len.brown@intel.com>


---
 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 */




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-21 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-21  5:32 [Ubuntu PATCH] nssearch: bad characters shouldn't be fatal Randy Dunlap
2006-06-21 10:51 ` Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox