diff options
Diffstat (limited to 'drivers/acpi/parser')
-rw-r--r-- | drivers/acpi/parser/psloop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/parser/psloop.c b/drivers/acpi/parser/psloop.c index 42062d5abc9e..14052cb648c1 100644 --- a/drivers/acpi/parser/psloop.c +++ b/drivers/acpi/parser/psloop.c | |||
@@ -767,6 +767,7 @@ acpi_status acpi_ps_parse_loop(struct acpi_walk_state *walk_state) | |||
767 | return_ACPI_STATUS(status2); | 767 | return_ACPI_STATUS(status2); |
768 | } | 768 | } |
769 | } | 769 | } |
770 | |||
770 | acpi_ps_pop_scope(parser_state, &op, | 771 | acpi_ps_pop_scope(parser_state, &op, |
771 | &walk_state->arg_types, | 772 | &walk_state->arg_types, |
772 | &walk_state->arg_count); | 773 | &walk_state->arg_count); |