rt2x00: rt2500usb: implement queue_init callback
[cascardo/linux.git] / drivers / atm / he.c
index d689126..507362a 100644 (file)
@@ -1055,7 +1055,7 @@ static int he_start(struct atm_dev *dev)
        he_writel(he_dev, 0x0, RESET_CNTL);
        he_writel(he_dev, 0xff, RESET_CNTL);
 
-       udelay(16*1000);        /* 16 ms */
+       msleep(16);     /* 16 ms */
        status = he_readl(he_dev, RESET_CNTL);
        if ((status & BOARD_RST_STATUS) == 0) {
                hprintk("reset failed\n");