Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5467262 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras
Browse files

[POWERPC] Remove debug printk from vio_bus_init



As it just adds noise to the boot messages.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 4a4cfe38
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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);
	}