提交 c5467262 编写于 作者: S Stephen Rothwell 提交者: Paul Mackerras

[POWERPC] Remove debug printk from vio_bus_init

As it just adds noise to the boot messages.
Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 4a4cfe38
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册