Re: [PATCH v3] PM / suspend: replacing printk

2015-11-14 Thread Pavel Machek
On Wed 2015-10-28 08:54:01, Saurabh Sengar wrote: > replacing printk(s) with appropriate pr_info and pr_err > in order to fix checkpatch.pl warnings > > Signed-off-by: Saurabh Sengar Acked-by: Pavel Machek > @@ -245,7 +245,7 @@ static int suspend_test(int level) > { > #ifdef CONFIG_PM_DEBUG

[PATCH v3] PM / suspend: replacing printk

2015-10-27 Thread Saurabh Sengar
replacing printk(s) with appropriate pr_info and pr_err in order to fix checkpatch.pl warnings Signed-off-by: Saurabh Sengar --- kernel/power/suspend.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/power/suspend.c b/kernel/power/suspend.c index 7e4cda4..7fec885

[PATCH v3] PM / suspend: replacing printk

2015-10-27 Thread Saurabh Sengar
replacing printk(s) with appropriate pr_info and pr_err in order to fix checkpatch.pl warnings. Signed-off-by: Saurabh Sengar --- kernel/power/suspend.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/power/suspend.c b/kernel/power/suspend.c index 7e4cda4..7fec88