public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-acpi@vger.kernel.org, len.brown@intel.com, akpm <akpm@osdl.org>
Subject: [Ubuntu PATCH] nssearch: bad characters shouldn't be fatal
Date: Tue, 20 Jun 2006 22:32:34 -0700	[thread overview]
Message-ID: <4498D9F2.9090906@oracle.com> (raw)

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




             reply	other threads:[~2006-06-21  5:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-21  5:32 Randy Dunlap [this message]
2006-06-21 10:51 ` [Ubuntu PATCH] nssearch: bad characters shouldn't be fatal Matthew Garrett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4498D9F2.9090906@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=akpm@osdl.org \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox