summaryrefslogtreecommitdiff
path: root/dispatcher/dsmthdat.c
diff options
context:
space:
mode:
Diffstat (limited to 'dispatcher/dsmthdat.c')
-rw-r--r--dispatcher/dsmthdat.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/dispatcher/dsmthdat.c b/dispatcher/dsmthdat.c
index 809ef1f0e80d..43777ab80f08 100644
--- a/dispatcher/dsmthdat.c
+++ b/dispatcher/dsmthdat.c
@@ -548,9 +548,10 @@ AcpiDsMethodDataGetValue (
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(LocalX,LocalX)
+ */
return_ACPI_STATUS (AE_AML_UNINITIALIZED_LOCAL);
default: