2008-08-06 21:12:20

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] pnp: remove printk() with outdated version

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

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by; Rene Herman <[email protected]>
Acked-by; Bjorn Helgaas <[email protected]>
Acked-by; Adam M Belay <[email protected]>

---

This patch has been sent on:
- 20 May 2008

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);
}


2008-08-06 21:39:59

by Rene Herman

[permalink] [raw]
Subject: Re: [2.6 patch] pnp: remove printk() with outdated version

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 <[email protected]>
> Acked-by; Rene Herman <[email protected]>
> Acked-by; Bjorn Helgaas <[email protected]>
> Acked-by; Adam M Belay <[email protected]>

semicolons... :-/

> ---
>
> This patch has been sent on:
> - 20 May 2008
>
> 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);
> }

Rene.

2008-08-10 10:50:28

by Adrian Bunk

[permalink] [raw]
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 <[email protected]>
>> Acked-by; Rene Herman <[email protected]>
>> Acked-by; Bjorn Helgaas <[email protected]>
>> Acked-by; Adam M Belay <[email protected]>
>
> semicolons... :-/
>...

Fixed patch below.

> Rene.

cu
Adrian


<-- snip -->


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

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Rene Herman <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
Acked-by: Adam M Belay <[email protected]>

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

Signed-off-by: Adrian Bunk <[email protected]>

---
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);
}