projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
232fb69
)
pnp: remove printk() with outdated version
author
Adrian Bunk
<
[email protected]
>
Thu, 16 Oct 2008 05:03:57 +0000
(22:03 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 16 Oct 2008 18:21:45 +0000
(11:21 -0700)
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]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/pnp/core.c
patch
|
blob
|
history
diff --git
a/drivers/pnp/core.c
b/drivers/pnp/core.c
index a411582bcd72d3caf7638fc1ede2a0747498af6e..cc0aeaed6179780e3ffb6b3cc4153f0729131110 100644
(file)
--- a/
drivers/pnp/core.c
+++ b/
drivers/pnp/core.c
@@
-218,7
+218,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);
}