diff options
Diffstat (limited to 'drivers/acpi/sleep.c')
-rw-r--r-- | drivers/acpi/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 88561029cca8..23a53c013f1e 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
@@ -143,7 +143,7 @@ void __init acpi_old_suspend_ordering(void) | |||
143 | static int acpi_pm_freeze(void) | 143 | static int acpi_pm_freeze(void) |
144 | { | 144 | { |
145 | acpi_disable_all_gpes(); | 145 | acpi_disable_all_gpes(); |
146 | acpi_os_wait_events_complete(NULL); | 146 | acpi_os_wait_events_complete(); |
147 | acpi_ec_block_transactions(); | 147 | acpi_ec_block_transactions(); |
148 | return 0; | 148 | return 0; |
149 | } | 149 | } |