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:
4a4cfe3
)
[POWERPC] Remove debug printk from vio_bus_init
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 21 Sep 2007 04:29:28 +0000
(14:29 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 3 Oct 2007 01:48:42 +0000
(11:48 +1000)
As it just adds noise to the boot messages.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/vio.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/vio.c
b/arch/powerpc/kernel/vio.c
index 62c1bc12ea39431755d2001a2b93d300068179c9..54645baab652f8d8bf4def258424ff9c7f33a2a4 100644
(file)
--- a/
arch/powerpc/kernel/vio.c
+++ b/
arch/powerpc/kernel/vio.c
@@
-317,11
+317,8
@@
static int __init vio_bus_init(void)
* the device tree. Drivers will associate with them later.
*/
for (of_node = node_vroot->child; of_node != NULL;
- of_node = of_node->sibling) {
- printk(KERN_DEBUG "%s: processing %p\n",
- __FUNCTION__, of_node);
+ of_node = of_node->sibling)
vio_register_device_node(of_node);
- }
of_node_put(node_vroot);
}