commit | 0b385a0c3bd3f6d1044728b732bfc7dfb01c9fb5 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jun 18 10:18:28 2019 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jun 19 11:41:26 2019 +0200 |
tree | a15da195f726fe5bbbe006d58ff35fb56f325658 | |
parent | 3540d38dd38308b811c6ddaf2fde03e9948cc1c1 [diff] |
PM: suspend: Rename pm_suspend_via_s2idle() 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 <rafael.j.wysocki@intel.com> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>