All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: vojtech@suse.cz
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Disable the most annoying printk in the kernel
Date: Thu, 27 Oct 2005 10:26:10 +0200	[thread overview]
Message-ID: <200510271026.10913.ak@suse.de> (raw)


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;
 	}
 

             reply	other threads:[~2005-10-27  8:27 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-27  8:26 Andi Kleen [this message]
2005-10-27 14:04 ` [PATCH] Disable the most annoying printk in the kernel 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200510271026.10913.ak@suse.de \
    --to=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vojtech@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.