]> err.no Git - linux-2.6/blobdiff - drivers/acpi/parser/psxface.c
Pull bay into test branch
[linux-2.6] / drivers / acpi / parser / psxface.c
index 9069c697cf1d3cc6d6fc713a4d36127a8352d34a..94103bced75e0044ac62820ac47a482665d04285 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2006, R. Byron Moore
+ * Copyright (C) 2000 - 2007, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -260,7 +260,7 @@ acpi_status acpi_ps_execute_method(struct acpi_evaluate_info *info)
 
        /* Create and initialize a new walk state */
 
-       info->pass_number = 3;
+       info->pass_number = ACPI_IMODE_EXECUTE;
        walk_state =
            acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL,
                                      NULL, NULL);