Renamed GetParentObject to GetParentNode because it makes more sense

date	2001.12.07.19.13.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:24:35 +00:00
parent 6e9d4abd29
commit fd1be8d6fb

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: exdump - Interpreter debug output routines
* $Revision: 1.140 $
* $Revision: 1.141 $
*
*****************************************************************************/
@ -775,7 +775,7 @@ AcpiExDumpNode (
AcpiExOutPointer ("Attached Object", AcpiNsGetAttachedObject (Node));
AcpiExOutPointer ("ChildList", Node->Child);
AcpiExOutPointer ("NextPeer", Node->Peer);
AcpiExOutPointer ("Parent", AcpiNsGetParentObject (Node));
AcpiExOutPointer ("Parent", AcpiNsGetParentNode (Node));
}