diff options
Diffstat (limited to 'drivers/acpi/dispatcher/dswexec.c')
| -rw-r--r-- | drivers/acpi/dispatcher/dswexec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/dispatcher/dswexec.c b/drivers/acpi/dispatcher/dswexec.c index b1ded62d0df1..d7a616c3104e 100644 --- a/drivers/acpi/dispatcher/dswexec.c +++ b/drivers/acpi/dispatcher/dswexec.c | |||
| @@ -313,10 +313,10 @@ acpi_ds_exec_begin_op(struct acpi_walk_state *walk_state, | |||
| 313 | case AML_CLASS_EXECUTE: | 313 | case AML_CLASS_EXECUTE: |
| 314 | case AML_CLASS_CREATE: | 314 | case AML_CLASS_CREATE: |
| 315 | /* | 315 | /* |
| 316 | * Most operators with arguments. | 316 | * Most operators with arguments (except create_xxx_field operators) |
| 317 | * Start a new result/operand state | 317 | * Start a new result/operand state |
| 318 | */ | 318 | */ |
| 319 | if (walk_state->opcode != AML_CREATE_FIELD_OP) { | 319 | if (walk_state->op_info->object_type != ACPI_TYPE_BUFFER_FIELD) { |
| 320 | status = acpi_ds_result_stack_push(walk_state); | 320 | status = acpi_ds_result_stack_push(walk_state); |
| 321 | } | 321 | } |
| 322 | break; | 322 | break; |
