diff options
Diffstat (limited to 'drivers/acpi/events/evmisc.c')
-rw-r--r-- | drivers/acpi/events/evmisc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/events/evmisc.c b/drivers/acpi/events/evmisc.c index 659e90956112..38d7ab8aef3a 100644 --- a/drivers/acpi/events/evmisc.c +++ b/drivers/acpi/events/evmisc.c | |||
@@ -589,7 +589,7 @@ acpi_ev_terminate ( | |||
589 | 589 | ||
590 | /* Disable all GPEs in all GPE blocks */ | 590 | /* Disable all GPEs in all GPE blocks */ |
591 | 591 | ||
592 | status = acpi_ev_walk_gpe_list (acpi_hw_disable_gpe_block, ACPI_NOT_ISR); | 592 | status = acpi_ev_walk_gpe_list (acpi_hw_disable_gpe_block); |
593 | 593 | ||
594 | /* Remove SCI handler */ | 594 | /* Remove SCI handler */ |
595 | 595 | ||
@@ -602,7 +602,7 @@ acpi_ev_terminate ( | |||
602 | 602 | ||
603 | /* Deallocate all handler objects installed within GPE info structs */ | 603 | /* Deallocate all handler objects installed within GPE info structs */ |
604 | 604 | ||
605 | status = acpi_ev_walk_gpe_list (acpi_ev_delete_gpe_handlers, ACPI_NOT_ISR); | 605 | status = acpi_ev_walk_gpe_list (acpi_ev_delete_gpe_handlers); |
606 | 606 | ||
607 | /* Return to original mode if necessary */ | 607 | /* Return to original mode if necessary */ |
608 | 608 | ||