From 29e31ce358c6ec5e410a92d9c2dc01c6d4675e31 Mon Sep 17 00:00:00 2001 From: Bob Moore Date: Thu, 3 Sep 2009 09:58:14 +0800 Subject: [PATCH] --- yaml --- r: 165214 b: refs/heads/master c: e678902ee899f6b0ab48166b410cdc9f1c27a350 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/acpica/dsmthdat.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index eaec75509d73..2e3fa2bd1c3d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 307a042416dfc2216251a85b79e8578b65fdc0e7 +refs/heads/master: e678902ee899f6b0ab48166b410cdc9f1c27a350 diff --git a/trunk/drivers/acpi/acpica/dsmthdat.c b/trunk/drivers/acpi/acpica/dsmthdat.c index 22b1a3ce2c94..7d077bb2f525 100644 --- a/trunk/drivers/acpi/acpica/dsmthdat.c +++ b/trunk/drivers/acpi/acpica/dsmthdat.c @@ -433,10 +433,10 @@ acpi_ds_method_data_get_value(u8 type, case ACPI_REFCLASS_LOCAL: - ACPI_ERROR((AE_INFO, - "Uninitialized Local[%d] at node %p", - index, node)); - + /* + * No error message for this case, will be trapped again later to + * detect and ignore cases of Store(local_x,local_x) + */ return_ACPI_STATUS(AE_AML_UNINITIALIZED_LOCAL); default: