ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 20 Mar 2020 14:07:29 +0000 (15:07 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 22 Mar 2020 06:59:00 +0000 (07:59 +0100)
Fix a comment in acpi_s2idle_prepare_late() that has become outdated
after commit f0ac20c3f613 ("ACPI: EC: Fix flushing of pending work").

Fixes: f0ac20c3f613 ("ACPI: EC: Fix flushing of pending work")
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/sleep.c

index e5f9592..22b8af3 100644 (file)
@@ -982,10 +982,7 @@ static int acpi_s2idle_prepare_late(void)
 
 static void acpi_s2idle_sync(void)
 {
-       /*
-        * The EC driver uses the system workqueue and an additional special
-        * one, so those need to be flushed too.
-        */
+       /* The EC driver uses special workqueues that need to be flushed. */
        acpi_ec_flush_work();
        acpi_os_wait_events_complete(); /* synchronize Notify handling */
 }