patch-2.1.104 linux/drivers/net/sunqe.c

Next file: linux/drivers/net/tlan.c
Previous file: linux/drivers/net/smc-ultra32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.103/linux/drivers/net/sunqe.c linux/drivers/net/sunqe.c
@@ -263,7 +263,7 @@
 
 	/* Wait a little bit for the link to come up... */
 	if(!(mregs->phyconfig & MREGS_PHYCONFIG_LTESTDIS)) {
-		udelay(5000);
+		mdelay(5);
 		if(!(mregs->phyconfig & MREGS_PHYCONFIG_LSTAT))
 			printk("%s: Warning, link state is down.\n", qep->dev->name);
 	}

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