commit | e8d4e8be860d935099ffcf695dcd29b55ae50b36 | [log] [tgz] |
---|---|---|
author | Pratyush Anand <pratyush.anand@st.com> | Fri Jun 15 11:54:00 2012 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Fri Jun 15 14:42:49 2012 +0300 |
tree | 4f20b9dd6a93aaebdd30c6d60f8bbbeda0bebbeb | |
parent | 2347fc440558993013e8132791c409239da4fc0d [diff] |
usb: dwc3: fix giveback of queued request in ep_dequeue In case of ep_dequeue , if dequeued request was submitted for dma transfer, then endpoint is stopped. Once endpoint is stooped, callback for the dequeued request must be called. Signed-off-by: Pratyush Anand <pratyush.anand@st.com> Signed-off-by: Felipe Balbi <balbi@ti.com>