Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209895
b: refs/heads/master
c: 14184f9
h: refs/heads/master
i:
  209893: bff460c
  209891: eff71d3
  209887: 55a9af8
v: v3
  • Loading branch information
Andiry Xu authored and Greg Kroah-Hartman committed Aug 24, 2010
1 parent 7f0c48c commit 15c8125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1669b2c64a9c8b031e0ac5cbf2692337a577f7c
refs/heads/master: 14184f9b8047026f1812f49df074e89dad3a09bc
4 changes: 4 additions & 0 deletions trunk/drivers/usb/host/xhci-ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,10 @@ static int process_isoc_td(struct xhci_hcd *xhci, struct xhci_td *td,
/* calc actual length */
if (ep->skip) {
td->urb->iso_frame_desc[idx].actual_length = 0;
/* Update ring dequeue pointer */
while (ep_ring->dequeue != td->last_trb)
inc_deq(xhci, ep_ring, false);
inc_deq(xhci, ep_ring, false);
return finish_td(xhci, td, event_trb, event, ep, status, true);
}

Expand Down

0 comments on commit 15c8125

Please sign in to comment.