Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348669
b: refs/heads/master
c: e0b64ce
h: refs/heads/master
i:
  348667: 3b7e0f0
v: v3
  • Loading branch information
Kuninori Morimoto authored and Felipe Balbi committed Dec 13, 2012
1 parent 65cfd22 commit 57a9ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9fa298f215e050dbb28a6f75fe76459ebd2e7f0
refs/heads/master: e0b64ce6fe0a9d4ce8cf97fea7fe5ec7125dea30
3 changes: 2 additions & 1 deletion trunk/drivers/usb/renesas_usbhs/mod_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,10 @@ static void usbhsh_queue_done(struct usbhs_priv *priv, struct usbhs_pkt *pkt)
status = -ESHUTDOWN;

urb->actual_length = pkt->actual;
usbhsh_ureq_free(hpriv, ureq);

usbhsh_endpoint_sequence_save(hpriv, urb, pkt);
usbhsh_ureq_free(hpriv, ureq);

usbhsh_pipe_detach(hpriv, usbhsh_ep_to_uep(urb->ep));

usb_hcd_unlink_urb_from_ep(hcd, urb);
Expand Down

0 comments on commit 57a9ae9

Please sign in to comment.