patch-2.1.106 linux/drivers/net/net_init.c

Next file: linux/drivers/net/ppp.c
Previous file: linux/drivers/net/loopback.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.105/linux/drivers/net/net_init.c linux/drivers/net/net_init.c
@@ -390,7 +390,7 @@
 	for (i = 0; i < MAX_ETH_CARDS; ++i)	{
 		if (ethdev_index[i] == NULL) {
 			sprintf(dev->name, "eth%d", i);
-			printk("loading device '%s'...\n", dev->name);
+/*			printk("loading device '%s'...\n", dev->name);*/
 			ethdev_index[i] = dev;
 			return i;
 		}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov