summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/pstree.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/pstree.c')
-rw-r--r--sys/contrib/dev/acpica/pstree.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/pstree.c b/sys/contrib/dev/acpica/pstree.c
index 2f7cf49..c6478b4 100644
--- a/sys/contrib/dev/acpica/pstree.c
+++ b/sys/contrib/dev/acpica/pstree.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: pstree - Parser op tree manipulation/traversal/search
- * $Revision: 27 $
+ * $Revision: 30 $
*
*****************************************************************************/
@@ -121,7 +121,7 @@
#include "acparser.h"
#include "amlcode.h"
-#define _COMPONENT PARSER
+#define _COMPONENT ACPI_PARSER
MODULE_NAME ("pstree")
@@ -283,7 +283,7 @@ AcpiPsGetChild (
case AML_ELSE_OP:
case AML_DEVICE_OP:
case AML_THERMAL_ZONE_OP:
- case AML_METHODCALL_OP:
+ case AML_INT_METHODCALL_OP:
Child = AcpiPsGetArg (Op, 0);
break;
@@ -294,7 +294,7 @@ AcpiPsGetChild (
case AML_METHOD_OP:
case AML_IF_OP:
case AML_WHILE_OP:
- case AML_DEF_FIELD_OP:
+ case AML_FIELD_OP:
Child = AcpiPsGetArg (Op, 1);
break;
OpenPOWER on IntegriCloud