diff options
Diffstat (limited to 'drivers/acpi/parser/psxface.c')
-rw-r--r-- | drivers/acpi/parser/psxface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/parser/psxface.c b/drivers/acpi/parser/psxface.c index 9069c697cf1d..fc5b3e5645e4 100644 --- a/drivers/acpi/parser/psxface.c +++ b/drivers/acpi/parser/psxface.c | |||
@@ -260,7 +260,7 @@ acpi_status acpi_ps_execute_method(struct acpi_evaluate_info *info) | |||
260 | 260 | ||
261 | /* Create and initialize a new walk state */ | 261 | /* Create and initialize a new walk state */ |
262 | 262 | ||
263 | info->pass_number = 3; | 263 | info->pass_number = ACPI_IMODE_EXECUTE; |
264 | walk_state = | 264 | walk_state = |
265 | acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, | 265 | acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, |
266 | NULL, NULL); | 266 | NULL, NULL); |