Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303809
b: refs/heads/master
c: 4d0947d
h: refs/heads/master
i:
  303807: 9a2c6b9
v: v3
  • Loading branch information
Peter Chen authored and Felipe Balbi committed May 4, 2012
1 parent 85536f0 commit 23c7995
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 124ef389256f71042ab5dedde98dee5e9999a635
refs/heads/master: 4d0947dec4db1224354e2f6f00ae22ce38e62a43
2 changes: 2 additions & 0 deletions trunk/drivers/usb/gadget/fsl_udc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,8 @@ static void fsl_queue_td(struct fsl_ep *ep, struct fsl_req *req)
lastreq = list_entry(ep->queue.prev, struct fsl_req, queue);
lastreq->tail->next_td_ptr =
cpu_to_hc32(req->head->td_dma & DTD_ADDR_MASK);
/* Ensure dTD's next dtd pointer to be updated */
wmb();
/* Read prime bit, if 1 goto done */
if (fsl_readl(&dr_regs->endpointprime) & bitmask)
return;
Expand Down

0 comments on commit 23c7995

Please sign in to comment.