summaryrefslogtreecommitdiff
path: root/source/common
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-09-14 22:53:11 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-09-14 22:53:11 +0000
commitebef5c959a0ea58fa05c4a5a80bb93104780bf87 (patch)
tree033c7834a7ab5fe0b48b11ac066372bfd32f2c22 /source/common
parentfc8e34d9a95f87b780f9ee3d400dd995aba2ce27 (diff)
Notes
Diffstat (limited to 'source/common')
-rw-r--r--source/common/dmrestag.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/common/dmrestag.c b/source/common/dmrestag.c
index 58a43e6ddba6..9d18539a7f32 100644
--- a/source/common/dmrestag.c
+++ b/source/common/dmrestag.c
@@ -469,6 +469,11 @@ AcpiDmCheckResourceReference (
/* Get the Index term, must be an integer constant to convert */
IndexOp = BufferNameOp->Common.Next;
+
+ /* Major cheat: The Node field is also used for the Tag ptr. Clear it now */
+
+ IndexOp->Common.Node = NULL;
+
OpInfo = AcpiPsGetOpcodeInfo (IndexOp->Common.AmlOpcode);
if (OpInfo->ObjectType != ACPI_TYPE_INTEGER)
{