summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/dispatcher/dswexec.c
diff options
context:
space:
mode:
authorBob Moore2008-04-10 17:06:40 +0200
committerLen Brown2008-04-22 20:29:27 +0200
commitb160987df7f49ee9c048a43b70ebae613a7e1437 (patch)
tree612a648e839711f0cb3485467b2f0748199ea7ba /drivers/acpi/dispatcher/dswexec.c
parentACPICA: Cleanup of debug output (diff)
downloadkernel-qcow2-linux-b160987df7f49ee9c048a43b70ebae613a7e1437.tar.gz
kernel-qcow2-linux-b160987df7f49ee9c048a43b70ebae613a7e1437.tar.xz
kernel-qcow2-linux-b160987df7f49ee9c048a43b70ebae613a7e1437.zip
ACPICA: Fixes a problem with control method references within packages
Completes the package changes started with version 20071019. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/dispatcher/dswexec.c')
-rw-r--r--drivers/acpi/dispatcher/dswexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/dispatcher/dswexec.c b/drivers/acpi/dispatcher/dswexec.c
index 514b9d2eb3a7..6af4671e51a1 100644
--- a/drivers/acpi/dispatcher/dswexec.c
+++ b/drivers/acpi/dispatcher/dswexec.c
@@ -493,7 +493,7 @@ acpi_status acpi_ds_exec_end_op(struct acpi_walk_state *walk_state)
op->common.node =
(struct acpi_namespace_node *)op->asl.value.
- arg->asl.node->object;
+ arg->asl.node;
acpi_ut_add_reference(op->asl.value.arg->asl.
node->object);
return_ACPI_STATUS(AE_OK);