commit | fe84f522ed6d27ed0a48e202e04327c2f4891e23 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Sep 01 09:01:38 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Sun Sep 27 10:54:31 2015 -0500 |
tree | 77522da9939bade277612d6d84ed3db2f6f06d70 | |
parent | 9ffecb10283508260936b96022d4ee43a7798b4c [diff] |
usb: dwc3: gadget: move trace_dwc3_ep_queue() by moving trace_dwc3_ep_queue() from dwc3_gadget_ep_queue() to __dwc3_gadget_ep_queue() after usb_request is properly initialized, makes for a better output always showing a request with 0 actual and -115 (-EINPROGRESS) status. Signed-off-by: Felipe Balbi <balbi@ti.com>