|
@@ -498,9 +498,9 @@ static int enter_state(suspend_state_t state)
|
|
|
|
|
|
#ifndef CONFIG_SUSPEND_SKIP_SYNC
|
|
#ifndef CONFIG_SUSPEND_SKIP_SYNC
|
|
trace_suspend_resume(TPS("sync_filesystems"), 0, true);
|
|
trace_suspend_resume(TPS("sync_filesystems"), 0, true);
|
|
- printk(KERN_INFO "PM: Syncing filesystems ... ");
|
|
|
|
|
|
+ pr_info("PM: Syncing filesystems ... ");
|
|
sys_sync();
|
|
sys_sync();
|
|
- printk("done.\n");
|
|
|
|
|
|
+ pr_cont("done.\n");
|
|
trace_suspend_resume(TPS("sync_filesystems"), 0, false);
|
|
trace_suspend_resume(TPS("sync_filesystems"), 0, false);
|
|
#endif
|
|
#endif
|
|
|
|
|