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

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

diff -u --recursive --new-file v2.1.103/linux/drivers/net/sk_g16.c linux/drivers/net/sk_g16.c
@@ -1808,7 +1808,7 @@
 void SK_reset_board(void)
 {
     writeb(0x00, SK_PORT);       /* Reset active */
-    udelay(5000);                /* Delay min 5ms */
+    mdelay(5);                /* Delay min 5ms */
     writeb(SK_RESET, SK_PORT);   /* Set back to normal operation */
 
 } /* End of SK_reset_board() */

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