summaryrefslogtreecommitdiffstats
path: root/drivers/net/hp100.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /drivers/net/hp100.c
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'drivers/net/hp100.c')
-rw-r--r--drivers/net/hp100.c4
1 files changed, 2 insertions, 2 deletions
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;