lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 21 Apr 2010 22:17:23 +0100
From:	Bastien Nocera <hadess@...ess.net>
To:	Cory Fields <FOSS@...asTechnologiesInc.com>
Cc:	linux-kernel@...r.kernel.org, linux-input@...r.kernel.org,
	jkosina@...e.cz
Subject: Re: [PATCH] hid: Remove annoying non-error printk

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@...asTechnologiesInc.com>
Signed-off-by: Bastien Nocera <hadess@...ess.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;
>  }
>  


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ