commit | 2743e7f90dc08282d027dbc2f6486f5cb85aa493 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Fri Aug 22 20:14:28 2014 +0900 |
committer | Felipe Balbi <balbi@ti.com> | Wed Sep 03 09:15:58 2014 -0500 |
tree | 5ccf163ee5486c9c84faa5129012d97a5e680230 | |
parent | c0ed8b23b257a84d103764cdbd490ee5e2749da3 [diff] |
usb: renesas_usbhs: fix the usb_pkt_pop() This patch fixes the usb_pkt_pop(). If a gadget driver calls usb_ep_dequeue(), this driver will call the usb_pkt_pop(). So, the usb_pkt_pop() should cancel the transaction. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>