Skip to content

Commit 243a988

Browse files
committed
ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late()
Fix a comment in acpi_s2idle_prepare_late() that has become outdated after commit f0ac20c ("ACPI: EC: Fix flushing of pending work"). Fixes: f0ac20c ("ACPI: EC: Fix flushing of pending work") Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent fb33c65 commit 243a988

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/acpi/sleep.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -982,10 +982,7 @@ static int acpi_s2idle_prepare_late(void)
982982

983983
static void acpi_s2idle_sync(void)
984984
{
985-
/*
986-
* The EC driver uses the system workqueue and an additional special
987-
* one, so those need to be flushed too.
988-
*/
985+
/* The EC driver uses special workqueues that need to be flushed. */
989986
acpi_ec_flush_work();
990987
acpi_os_wait_events_complete(); /* synchronize Notify handling */
991988
}

0 commit comments

Comments
 (0)