diff options
Diffstat (limited to 'drivers/acpi/sleep.c')
-rw-r--r-- | drivers/acpi/sleep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 3b549379801a..6bea2fe8434b 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
@@ -263,6 +263,7 @@ static int acpi_suspend_enter(suspend_state_t pm_state) | |||
263 | 263 | ||
264 | case ACPI_STATE_S3: | 264 | case ACPI_STATE_S3: |
265 | do_suspend_lowlevel(); | 265 | do_suspend_lowlevel(); |
266 | pr_info(PREFIX "Low-level resume complete\n"); | ||
266 | break; | 267 | break; |
267 | } | 268 | } |
268 | 269 | ||
@@ -288,8 +289,6 @@ static int acpi_suspend_enter(suspend_state_t pm_state) | |||
288 | /* Allow EC transactions to happen. */ | 289 | /* Allow EC transactions to happen. */ |
289 | acpi_ec_unblock_transactions_early(); | 290 | acpi_ec_unblock_transactions_early(); |
290 | 291 | ||
291 | printk(KERN_DEBUG "Back to C!\n"); | ||
292 | |||
293 | suspend_nvs_restore(); | 292 | suspend_nvs_restore(); |
294 | 293 | ||
295 | return ACPI_SUCCESS(status) ? 0 : -EFAULT; | 294 | return ACPI_SUCCESS(status) ? 0 : -EFAULT; |