Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316934
b: refs/heads/master
c: aed430e
h: refs/heads/master
v: v3
  • Loading branch information
Paul Zimmerman authored and Felipe Balbi committed Jun 3, 2012
1 parent fe45b47 commit 78dabf3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2c61a8efce75951148fa07f2cd7ec53ad9d9fbb3
refs/heads/master: aed430e5139af3e2c251f52db7fc6c5e2ce2b714
1 change: 1 addition & 0 deletions trunk/drivers/usb/dwc3/gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ int dwc3_gadget_set_link_state(struct dwc3 *dwc, enum dwc3_link_state state)
dwc3_writel(dwc->regs, DWC3_DCTL, reg);

/* wait for a change in DSTS */
retries = 10000;
while (--retries) {
reg = dwc3_readl(dwc->regs, DWC3_DSTS);

Expand Down

0 comments on commit 78dabf3

Please sign in to comment.