public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Disable the most annoying printk in the kernel
@ 2005-10-27  8:26 Andi Kleen
  2005-10-27 14:04 ` Keenan Pepper
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Andi Kleen @ 2005-10-27  8:26 UTC (permalink / raw)
  To: vojtech; +Cc: akpm, linux-kernel


Remove most useless printk in the world

Signed-off-by: Andi Kleen <ak@suse.de>

Index: linux/drivers/input/keyboard/atkbd.c
===================================================================
--- linux/drivers/input/keyboard/atkbd.c
+++ linux/drivers/input/keyboard/atkbd.c
@@ -328,7 +328,6 @@ static irqreturn_t atkbd_interrupt(struc
 			atkbd_report_key(&atkbd->dev, regs, KEY_HANJA, 3);
 			goto out;
 		case ATKBD_RET_ERR:
-			printk(KERN_DEBUG "atkbd.c: Keyboard on %s reports too many keys pressed.
\n", serio->phys);
 			goto out;
 	}
 

^ permalink raw reply	[flat|nested] 23+ messages in thread
[parent not found: <52bjf-680-9@gated-at.bofh.it>]

end of thread, other threads:[~2005-10-30 12:39 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27  8:26 [PATCH] Disable the most annoying printk in the kernel Andi Kleen
2005-10-27 14:04 ` Keenan Pepper
2005-10-27 14:39   ` Steven Rostedt
2005-10-27 22:00     ` Jan Engelhardt
2005-10-27 18:03 ` Ingo Oeser
2005-10-27 23:23   ` jerome lacoste
2005-10-28  7:20 ` Pavel Machek
2005-10-28 18:43   ` Andi Kleen
2005-10-28 18:52     ` Andre Eisenbach
2005-10-28 18:50   ` Hugh Dickins
2005-10-28 20:43     ` Lee Revell
2005-10-28 20:51       ` Pavel Machek
2005-10-28 20:59         ` Russell King
2005-10-28 21:20           ` Jan Engelhardt
2005-10-28 21:22           ` Andi Kleen
2005-10-28 21:40             ` Russell King
2005-10-28 22:41             ` Jon Masters
2005-10-28 21:23           ` Pavel Machek
2005-10-28 21:36             ` Russell King
2005-10-29 15:40             ` Ingo Oeser
2005-10-29  7:45           ` Pavel Machek
2005-10-29 15:36       ` Ingo Oeser
     [not found] <52bjf-680-9@gated-at.bofh.it>
     [not found] ` <52Hj9-3e6-27@gated-at.bofh.it>
     [not found]   ` <52HCr-3CO-7@gated-at.bofh.it>
     [not found]     ` <52JkU-6gS-29@gated-at.bofh.it>
     [not found]       ` <52JuY-6s7-21@gated-at.bofh.it>
2005-10-28 22:18         ` Bodo Eggert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox