aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/dispatcher/dsmethod.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/dispatcher/dsmethod.c')
-rw-r--r--drivers/acpi/dispatcher/dsmethod.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/acpi/dispatcher/dsmethod.c b/drivers/acpi/dispatcher/dsmethod.c
index c50c0cd5d717..3db651c7f582 100644
--- a/drivers/acpi/dispatcher/dsmethod.c
+++ b/drivers/acpi/dispatcher/dsmethod.c
@@ -535,7 +535,6 @@ void
535acpi_ds_terminate_control_method(union acpi_operand_object *method_desc, 535acpi_ds_terminate_control_method(union acpi_operand_object *method_desc,
536 struct acpi_walk_state *walk_state) 536 struct acpi_walk_state *walk_state)
537{ 537{
538 struct acpi_namespace_node *method_node;
539 acpi_status status; 538 acpi_status status;
540 539
541 ACPI_FUNCTION_TRACE_PTR(ds_terminate_control_method, walk_state); 540 ACPI_FUNCTION_TRACE_PTR(ds_terminate_control_method, walk_state);
@@ -575,12 +574,6 @@ acpi_ds_terminate_control_method(union acpi_operand_object *method_desc,
575 574
576 if (walk_state) { 575 if (walk_state) {
577 /* 576 /*
578 * Delete any objects created by this method during execution.
579 * The method Node is stored in the walk state
580 */
581 method_node = walk_state->method_node;
582
583 /*
584 * Delete any namespace objects created anywhere within 577 * Delete any namespace objects created anywhere within
585 * the namespace by the execution of this method 578 * the namespace by the execution of this method
586 */ 579 */