commit | b43bba96b9036e42b2c2c71ee15e1f77b0b37aec | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri May 13 10:11:59 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Jun 20 12:30:06 2016 +0300 |
tree | 3f4282b0710ca02add4c730718c8ff07b2bd74a5 | |
parent | 6aff483295950abcf3be1a99f56f308bd6a1bab4 [diff] |
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>