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: Rafael J. Wysocki <rjw@sisk.pl>
case ACPI_STATE_S3:
do_suspend_lowlevel();
+ pr_info(PREFIX "Low-level resume complete\n");
break;
}
/* 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;