[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#257763: (no subject)



hi,

the problem is solved by the speedstep-patch. i tested it with version 2.6.7.

jens
diff -Bru 2.6.new/drivers/acpi/dispatcher/dsopcode.c patched/drivers/acpi/dispatcher/dsopcode.c
--- 2.6.new/drivers/acpi/dispatcher/dsopcode.c	2004-04-28 11:45:01.000000000 +0800
+++ patched/drivers/acpi/dispatcher/dsopcode.c	2004-05-20 19:36:31.000000000 +0800
@@ -79,7 +79,6 @@
 	acpi_status                     status;
 	union acpi_parse_object         *op;
 	struct acpi_walk_state          *walk_state;
-	union acpi_parse_object         *arg;
 
 
 	ACPI_FUNCTION_TRACE ("ds_execute_arguments");
@@ -126,9 +125,7 @@
 
 	/* Get and init the Op created above */
 
-	arg = op->common.value.arg;
 	op->common.node = node;
-	arg->common.node = node;
 	acpi_ps_delete_parse_tree (op);
 
 	/* Evaluate the deferred arguments */

Reply to: