summaryrefslogtreecommitdiff
path: root/source/components/dispatcher/dsutils.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2017-11-10 17:54:38 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2017-11-10 17:54:38 +0000
commite692a0ddd0131f04acfda4c63b1a4c0c805feef5 (patch)
tree5c1c811fa437c871de8d5ea5d7a22ed7ed40b725 /source/components/dispatcher/dsutils.c
parent2c673001fb88105f2d160032c4d4b76cb518e37f (diff)
Notes
Diffstat (limited to 'source/components/dispatcher/dsutils.c')
-rw-r--r--source/components/dispatcher/dsutils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/components/dispatcher/dsutils.c b/source/components/dispatcher/dsutils.c
index 4688e16ec8f0..710c0b3c8570 100644
--- a/source/components/dispatcher/dsutils.c
+++ b/source/components/dispatcher/dsutils.c
@@ -732,7 +732,8 @@ AcpiDsCreateOperand (
if (ACPI_FAILURE (Status))
{
- ACPI_ERROR_NAMESPACE (NameString, Status);
+ ACPI_ERROR_NAMESPACE (WalkState->ScopeInfo,
+ NameString, Status);
}
}