linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 23/32] vgacon: Use pr_warn instead of pr_warning
       [not found] <20190920062544.180997-1-wangkefeng.wang@huawei.com>
@ 2019-09-20  6:25 ` Kefeng Wang
  0 siblings, 0 replies; only message in thread
From: Kefeng Wang @ 2019-09-20  6:25 UTC (permalink / raw)
  To: Joe Perches, Andrew Morton, Ingo Molnar, David S. Miller,
	Arnaldo Carvalho de Melo, Andy Whitcroft, Peter Zijlstra,
	Alexei Starovoitov, Daniel Borkmann, Greg Kroah-Hartman,
	Sergey Senozhatsky, Petr Mladek, Arnd Bergmann, linux-kernel
  Cc: wangkefeng.wang, Bartlomiej Zolnierkiewicz, linux-fbdev

As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of
pr_warning"), removing pr_warning so all logging messages use a
consistent <prefix>_warn style. Let's do it.

Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: linux-fbdev@vger.kernel.org
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 drivers/video/console/vgacon.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c
index c6b3bdbbdbc9..de7b8382aba9 100644
--- a/drivers/video/console/vgacon.c
+++ b/drivers/video/console/vgacon.c
@@ -113,9 +113,9 @@ static int __init text_mode(char *str)
 {
 	vgacon_text_mode_force = true;
 
-	pr_warning("You have booted with nomodeset. This means your GPU drivers are DISABLED\n");
-	pr_warning("Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly\n");
-	pr_warning("Unless you actually understand what nomodeset does, you should reboot without enabling it\n");
+	pr_warn("You have booted with nomodeset. This means your GPU drivers are DISABLED\n");
+	pr_warn("Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly\n");
+	pr_warn("Unless you actually understand what nomodeset does, you should reboot without enabling it\n");
 
 	return 1;
 }
-- 
2.20.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-20  6:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20190920062544.180997-1-wangkefeng.wang@huawei.com>
2019-09-20  6:25 ` [PATCH 23/32] vgacon: Use pr_warn instead of pr_warning Kefeng Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).