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] [day] [month] [year] [list]
Date:	Sun, 10 Aug 2008 13:48:37 +0300
From:	Adrian Bunk <bunk@...nel.org>
To:	Rene Herman <rene.herman@...access.nl>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Rene Herman <rene.herman@...il.com>,
	Bjorn Helgaas <bjorn.helgaas@...com>,
	Adam M Belay <abelay@....EDU>, linux-kernel@...r.kernel.org
Subject: [2.6 patch] pnp: remove printk() with outdated version

On Wed, Aug 06, 2008 at 11:38:25PM +0200, Rene Herman wrote:
> On 06-08-08 23:10, Adrian Bunk wrote:
>
>> There's no point in printing some ancient version number forever.
>>
>> Signed-off-by: Adrian Bunk <bunk@...nel.org>
>> Acked-by; Rene Herman <rene.herman@...il.com>
>> Acked-by; Bjorn Helgaas <bjorn.helgaas@...com>
>> Acked-by; Adam M Belay <abelay@....EDU>
>
> semicolons... :-/
>...

Fixed patch below.

> Rene.

cu
Adrian


<--  snip  -->


There's no point in printing some ancient version number forever.

Signed-off-by: Adrian Bunk <bunk@...nel.org>
Acked-by: Rene Herman <rene.herman@...il.com>
Acked-by: Bjorn Helgaas <bjorn.helgaas@...com>
Acked-by: Adam M Belay <abelay@....EDU>

---
There's no point in printing some ancient version number forever.

Signed-off-by: Adrian Bunk <bunk@...nel.org>

---
acef517cfbe3cd741f8884311ef6fc2dfbeb1a4d diff --git a/drivers/pnp/core.c b/drivers/pnp/core.c
index 20771b7..d924798 100644
--- a/drivers/pnp/core.c
+++ b/drivers/pnp/core.c
@@ -209,7 +209,6 @@ void __pnp_remove_device(struct pnp_dev *dev)
 
 static int __init pnp_init(void)
 {
-	printk(KERN_INFO "Linux Plug and Play Support v0.97 (c) Adam Belay\n");
 	return bus_register(&pnp_bus_type);
 }
 

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