ACPICA: Use manifest constants for parse pass number
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user