usb: dwc3: fix giveback of queued request in ep_dequeue
authorPratyush Anand <pratyush.anand@st.com>
Fri, 15 Jun 2012 06:24:00 +0000 (11:54 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 15 Jun 2012 11:42:49 +0000 (14:42 +0300)
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>

No differences found