aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_host.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-08-24 19:28:38 +0800
committerAlex Shi <alex.shi@linaro.org>2017-08-24 19:28:38 +0800
commit7c6819fafcd4d26f655ad9b0441f79773c69cf99 (patch)
treef1345c2c196f58257d1f338b9f2752f470c44923 /drivers/usb/musb/musb_host.c
parent5d296e2cec6ebbb062829078ffcd36a205c9b293 (diff)
parenta97a16f18c4895e41951a44d27af8af0b8f1d897 (diff)
Merge tag 'v4.9.44' into linux-linaro-lsk-v4.9lsk-v4.9-17.08
This is the 4.9.44 stable release
Diffstat (limited to 'drivers/usb/musb/musb_host.c')
-rw-r--r--drivers/usb/musb/musb_host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c
index 99beda9e241d..55c624f2a8c0 100644
--- a/drivers/usb/musb/musb_host.c
+++ b/drivers/usb/musb/musb_host.c
@@ -139,6 +139,7 @@ static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep)
"Could not flush host TX%d fifo: csr: %04x\n",
ep->epnum, csr))
return;
+ mdelay(1);
}
}