From 9cd47fc6ed270b4daae8ddce0932d669cd461e8a Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 1 Dec 2008 01:26:32 +0000 Subject: fix-err-strength-debug-msg.patch Now Qi is changed to default to loglevel 4 where it will show KERN_ERR on LCM, we need to reduce the debugging KERN_ERR traffic so as not to obscure the real things. Signed-off-by: Andy Green --- drivers/video/console/fbcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video') diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 285acaeafe8..e45dc2ce116 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@ -3238,7 +3238,7 @@ static int fbcon_event_notify(struct notifier_block *self, struct fb_blit_caps *caps; int ret = 0; - printk(KERN_ERR "fbcon_event_notify action=%ld, data=%p\n", action, data); + printk(KERN_INFO "fbcon_event_notify action=%ld, data=%p\n", action, data); event = data; info = event->info; -- cgit v1.2.3