vserver 1.9.3
[linux-2.6.git] / drivers / acpi / namespace / nsparse.c
index f550ce5..530982a 100644 (file)
@@ -94,8 +94,9 @@ acpi_ns_one_complete_parse (
                return_ACPI_STATUS (AE_NO_MEMORY);
        }
 
-       status = acpi_ds_init_aml_walk (walk_state, parse_root, NULL, table_desc->aml_start,
-                         table_desc->aml_length, NULL, NULL, pass_number);
+       status = acpi_ds_init_aml_walk (walk_state, parse_root, NULL,
+                         table_desc->aml_start, table_desc->aml_length,
+                         NULL, pass_number);
        if (ACPI_FAILURE (status)) {
                acpi_ds_delete_walk_state (walk_state);
                return_ACPI_STATUS (status);