diff options
author | Andy Green <andy@openmoko.com> | 2008-12-01 01:26:32 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-12-01 01:26:32 +0000 |
commit | 9cd47fc6ed270b4daae8ddce0932d669cd461e8a (patch) | |
tree | c5fa28cfd24155069d7d6533faa1601476e9295b /drivers/video | |
parent | 9ef786eed3c30516b7bfbf730d78824e30bc2e28 (diff) |
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 <andy@openmoko.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/console/fbcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |