Re: [PATCH] PM: suspend: Rename pm_suspend_via_s2idle()
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-06-19 00:19:09
Also in:
linux-pm, lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-06-19 00:19:09
Also in:
linux-pm, lkml
Hi Rafael, On Tue, Jun 18, 2019 at 10:18:28AM +0200, Rafael J. Wysocki wrote:
From: Rafael J. Wysocki <redacted> The name of pm_suspend_via_s2idle() is confusing, as it doesn't reflect the purpose of the function precisely enough and it is very similar to pm_suspend_via_firmware(), which has a different purpose, so rename it as pm_suspend_default_s2idle() and update its only caller, i8042_register_ports(), accordingly. Signed-off-by: Rafael J. Wysocki <redacted>
I assume you'll take it through your tree... Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> -- Dmitry