From: Bastien Nocera <hadess@hadess.net>
To: Cory Fields <FOSS@AtlasTechnologiesInc.com>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
jkosina@suse.cz
Subject: Re: [PATCH] hid: Remove annoying non-error printk
Date: Wed, 21 Apr 2010 22:17:23 +0100 [thread overview]
Message-ID: <1271884643.17421.4098.camel@localhost.localdomain> (raw)
In-Reply-To: <1271884104-31884-1-git-send-email-FOSS@AtlasTechnologiesInc.com>
On Wed, 2010-04-21 at 17:08 -0400, Cory Fields wrote:
> This is the only line printed on my "quiet" boot and seems completely
> unnecessary.
Probably left-over from a debug run...
> Signed-off-by: Cory Fields <FOSS@AtlasTechnologiesInc.com>
Signed-off-by: Bastien Nocera <hadess@hadess.net>
> ---
> 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;
> }
>
next prev parent reply other threads:[~2010-04-21 21:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-21 21:08 [PATCH] hid: Remove annoying non-error printk Cory Fields
2010-04-21 21:17 ` Bastien Nocera [this message]
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=1271884643.17421.4098.camel@localhost.localdomain \
--to=hadess@hadess.net \
--cc=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).