This fixes a warning when resuming the USB EHCI host controller driver.

From: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

--- 1.43/drivers/usb/host/ehci-hub.c    Fri Dec 17 18:57:39 2004
+++ edited/drivers/usb/host/ehci-hub.c  Mon Dec 20 11:48:01 2004
@@ -122,7 +122,7 @@
                writel (temp, &ehci->regs->port_status [i]);
        }
        i = HCS_N_PORTS (ehci->hcs_params);
-       msleep (20);
+       mdelay (20);
        while (i--) {
                temp = readl (&ehci->regs->port_status [i]);
                if ((temp & PORT_SUSPEND) == 0)

--Boundary-00=_w1yxBb3rvy3yaWn--



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to