Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325877
b: refs/heads/master
c: 2868fea
h: refs/heads/master
i:
  325875: 4f5bbda
v: v3
  • Loading branch information
Du, Changbin authored and Felipe Balbi committed Aug 23, 2012
1 parent 08fb174 commit be71101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4fefe9f6de3d6e0b5e58b17cbab9c47c74f88cb6
refs/heads/master: 2868fea2d615d9f445a0ccaf988e1418a9787ebe
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@ static int s3c_hsotg_corereset(struct s3c_hsotg *hsotg)
/* issue soft reset */
writel(GRSTCTL_CSftRst, hsotg->regs + GRSTCTL);

timeout = 1000;
timeout = 10000;
do {
grstctl = readl(hsotg->regs + GRSTCTL);
} while ((grstctl & GRSTCTL_CSftRst) && timeout-- > 0);
Expand All @@ -2207,7 +2207,7 @@ static int s3c_hsotg_corereset(struct s3c_hsotg *hsotg)
return -EINVAL;
}

timeout = 1000;
timeout = 10000;

while (1) {
u32 grstctl = readl(hsotg->regs + GRSTCTL);
Expand Down

0 comments on commit be71101

Please sign in to comment.