lkml.org 
[lkml]   [2018]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v3 2/2] power/hibernate: Change message when writing to /sys/power/resume
Date
On Wednesday, March 28, 2018 7:01:10 PM CEST Mario Limonciello wrote:
> This file is used both for setting the wakeup device without kernel
> command line as well as for actually waking the system (when appropriate
> swap header is in place).
>
> To avoid confusion on incorrect logs in system log downgrade the
> message to debug and make it clearer.
>
> Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
> ---
> kernel/power/hibernate.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c
> index d58fad3d..1028ecb 100644
> --- a/kernel/power/hibernate.c
> +++ b/kernel/power/hibernate.c
> @@ -1053,7 +1053,7 @@ static ssize_t resume_store(struct kobject *kobj, struct kobj_attribute *attr,
> lock_system_sleep();
> swsusp_resume_device = res;
> unlock_system_sleep();
> - pr_info("Starting manual resume from disk\n");
> + pm_pr_dbg("Configured resume from disk to %u\n", swsusp_resume_device);
> noresume = 0;
> software_resume();
> return n;
>

Both [1-2/2] applied, thanks!


\
 
 \ /
  Last update: 2018-03-30 12:08    [W:0.038 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site