]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
usb: dwc2: hcd: use new USB_RESUME_TIMEOUT
authorFelipe Balbi <balbi@ti.com>
Fri, 13 Feb 2015 21:03:13 +0000 (15:03 -0600)
committerJiri Slaby <jslaby@suse.cz>
Mon, 4 May 2015 09:49:59 +0000 (11:49 +0200)
commit 74bd7b69801819707713b88e9d0bc074efa2f5e7 upstream.

Make sure we're using the new macro, so our
resume signaling will always pass certification.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/staging/dwc2/hcd.c

index da0d35cc33ce7dd3bc79245163b27c3f51fd8bbb..690e468e9a8562f4ff7abc3202cb65770ea19f7c 100644 (file)
@@ -1462,7 +1462,7 @@ static int dwc2_hcd_hub_control(struct dwc2_hsotg *hsotg, u16 typereq,
                        dev_dbg(hsotg->dev,
                                "ClearPortFeature USB_PORT_FEAT_SUSPEND\n");
                        writel(0, hsotg->regs + PCGCTL);
-                       usleep_range(20000, 40000);
+                       msleep(USB_RESUME_TIMEOUT);
 
                        hprt0 = dwc2_read_hprt0(hsotg);
                        hprt0 |= HPRT0_RES;