From c7fc24dc4420057f103afe8fc64524ebc25c5d37 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Aug 1998 09:12:35 +0000 Subject: o Merge with Linux 2.1.116. o New Newport console code. o New G364 console code. --- drivers/net/hp100.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/net/hp100.c') diff --git a/drivers/net/hp100.c b/drivers/net/hp100.c index bd97a51b3..d39e02ee8 100644 --- a/drivers/net/hp100.c +++ b/drivers/net/hp100.c @@ -338,7 +338,7 @@ static void hp100_RegisterDump( struct device *dev ); /* TODO: This function should not really be needed in a good design... */ static void wait( void ) { - udelay( 1000 ); + mdelay(1); } /* @@ -1899,7 +1899,7 @@ static int hp100_start_xmit( struct sk_buff *skb, struct device *dev ) if ( lp->lan_type == HP100_LAN_100 ) lp->hub_status = hp100_login_to_vg_hub( dev, FALSE ); hp100_start_interface( dev ); - udelay(1000); + mdelay(1); } } dev->trans_start = jiffies; -- cgit v1.2.3