All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cory Fields <FOSS@AtlasTechnologiesInc.com>
To: linux-kernel@vger.kernel.org
Cc: linux-input@vger.kernel.org, jkosina@suse.cz
Subject: [PATCH] hid: Remove annoying non-error printk
Date: Wed, 21 Apr 2010 17:08:24 -0400	[thread overview]
Message-ID: <1271884104-31884-1-git-send-email-FOSS@AtlasTechnologiesInc.com> (raw)

This is the only line printed on my "quiet" boot and seems completely
unnecessary.

Signed-off-by: Cory Fields <FOSS@AtlasTechnologiesInc.com>
---
 drivers/hid/hid-wacom.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c
index f7700cf..f947d83 100644
--- a/drivers/hid/hid-wacom.c
+++ b/drivers/hid/hid-wacom.c
@@ -277,7 +277,6 @@ static int __init wacom_init(void)
 	ret = hid_register_driver(&wacom_driver);
 	if (ret)
 		printk(KERN_ERR "can't register wacom driver\n");
-	printk(KERN_ERR "wacom driver registered\n");
 	return ret;
 }
 
-- 
1.7.0


             reply	other threads:[~2010-04-21 21:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-21 21:08 Cory Fields [this message]
2010-04-21 21:17 ` [PATCH] hid: Remove annoying non-error printk Bastien Nocera
2010-04-21 21:30   ` Jiri Kosina

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=1271884104-31884-1-git-send-email-FOSS@AtlasTechnologiesInc.com \
    --to=foss@atlastechnologiesinc.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.