浏览代码

[POWERPC] Remove debug printk from vio_bus_init

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>
Stephen Rothwell 17 年之前
父节点
当前提交
c546726293
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      arch/powerpc/kernel/vio.c

+ 1 - 4
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.
 		 * the device tree. Drivers will associate with them later.
 		 */
 		 */
 		for (of_node = node_vroot->child; of_node != NULL;
 		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);
 			vio_register_device_node(of_node);
-		}
 		of_node_put(node_vroot);
 		of_node_put(node_vroot);
 	}
 	}