* [PATCH] hid: Remove annoying non-error printk
@ 2010-04-21 21:08 Cory Fields
2010-04-21 21:17 ` Bastien Nocera
0 siblings, 1 reply; 3+ messages in thread
From: Cory Fields @ 2010-04-21 21:08 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-input, jkosina
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] hid: Remove annoying non-error printk
2010-04-21 21:08 [PATCH] hid: Remove annoying non-error printk Cory Fields
@ 2010-04-21 21:17 ` Bastien Nocera
2010-04-21 21:30 ` Jiri Kosina
0 siblings, 1 reply; 3+ messages in thread
From: Bastien Nocera @ 2010-04-21 21:17 UTC (permalink / raw)
To: Cory Fields; +Cc: linux-kernel, linux-input, jkosina
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;
> }
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] hid: Remove annoying non-error printk
2010-04-21 21:17 ` Bastien Nocera
@ 2010-04-21 21:30 ` Jiri Kosina
0 siblings, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2010-04-21 21:30 UTC (permalink / raw)
To: Bastien Nocera; +Cc: Cory Fields, linux-kernel, linux-input
On Wed, 21 Apr 2010, Bastien Nocera 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>
Applied, thank you guys.
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-21 21:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21 21:08 [PATCH] hid: Remove annoying non-error printk Cory Fields
2010-04-21 21:17 ` Bastien Nocera
2010-04-21 21:30 ` Jiri Kosina
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).