UPSTREAM: usb: dwc3: gadget: remove udelay(1) when sending ep cmds
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 13 May 2016 07:11:59 +0000 (10:11 +0300)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 16 Aug 2016 12:48:19 +0000 (20:48 +0800)
commitdd3e05e0359bac8457538181b9dc2a6330ec0593
tree47f1e02c8622b59aee9788d95237f39c5985f184
parenta8d6bbd8c6300e784d43fd13b75c4b191e7dbfa1
UPSTREAM: usb: dwc3: gadget: remove udelay(1) when sending ep cmds

When we send an endpoint command, we want that to
complete as soon as possible, so let's remove the
unnecessary udelay(1) call.

Change-Id: I601a8a4c80aa5abd6ccf68f2169f38a08ef3bc5f
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
(cherry picked from commit b43bba96b9036e42b2c2c71ee15e1f77b0b37aec)
drivers/usb/dwc3/gadget.c