diff options
Diffstat (limited to 'drivers/acpi/dispatcher/dsmethod.c')
| -rw-r--r-- | drivers/acpi/dispatcher/dsmethod.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/dispatcher/dsmethod.c b/drivers/acpi/dispatcher/dsmethod.c index 4613b9ca579..279a5a60a0d 100644 --- a/drivers/acpi/dispatcher/dsmethod.c +++ b/drivers/acpi/dispatcher/dsmethod.c | |||
| @@ -103,6 +103,9 @@ acpi_ds_method_error(acpi_status status, struct acpi_walk_state *walk_state) | |||
| 103 | NULL); | 103 | NULL); |
| 104 | acpi_ex_enter_interpreter(); | 104 | acpi_ex_enter_interpreter(); |
| 105 | } | 105 | } |
| 106 | |||
| 107 | acpi_ds_clear_implicit_return(walk_state); | ||
| 108 | |||
| 106 | #ifdef ACPI_DISASSEMBLER | 109 | #ifdef ACPI_DISASSEMBLER |
| 107 | if (ACPI_FAILURE(status)) { | 110 | if (ACPI_FAILURE(status)) { |
| 108 | 111 | ||
