commit | 85a781019b9b4b935f6b1792a1f48f1a3aee988f | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu May 31 12:32:37 2012 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Sun Jun 03 23:08:28 2012 +0300 |
tree | 3674100756a9c47a8fe0c421013168cea4ae0a54 | |
parent | c8cf7af452ad2eb49cad13450090cdc432b5a06d [diff] |
usb: dwc3: ep0: rename dwc3_ep0_complete_req to dwc3_ep0_complete_status That's a much more intuitive name as that function is only called at the completion of a Status Phase. It also matches dwc3_ep0_complete_data() for the completion of Data Phase. Signed-off-by: Felipe Balbi <balbi@ti.com>