提交 7a63f08b 编写于 作者: R Rafael J. Wysocki

ACPI / PM: Modify the "low-level resume finished" message

Move the low-level resume completion message to the point where
control goes back to acpi_suspend_enter() during resume and change
it so that it's more informative.
Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
上级 82911fe1
......@@ -263,6 +263,7 @@ static int acpi_suspend_enter(suspend_state_t pm_state)
case ACPI_STATE_S3:
do_suspend_lowlevel();
pr_info(PREFIX "Low-level resume complete\n");
break;
}
......@@ -288,8 +289,6 @@ static int acpi_suspend_enter(suspend_state_t pm_state)
/* Allow EC transactions to happen. */
acpi_ec_unblock_transactions_early();
printk(KERN_DEBUG "Back to C!\n");
suspend_nvs_restore();
return ACPI_SUCCESS(status) ? 0 : -EFAULT;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册