]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 20 Jun 2016 09:30:06 +0000 (12:30 +0300)
commitac3f9cb6018cf6f10359fb69f1f66f941b3d276d
tree3f4282b0710ca02add4c730718c8ff07b2bd74a5
parent03ad6e7a910efc60bc81402876673f93f50197b6
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.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/gadget.c