Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248874
b: refs/heads/master
c: 8620543
h: refs/heads/master
v: v3
  • Loading branch information
Hema HK authored and Felipe Balbi committed May 13, 2011
1 parent c17f98e commit 70f29ae
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: 603ab524ed95f566b0f25566484d4f449e433d74
refs/heads/master: 8620543eda01a2d26ea1dd831f159e06da8163ad
4 changes: 4 additions & 0 deletions trunk/drivers/usb/musb/musb_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,10 @@ static int musb_gadget_wakeup(struct usb_gadget *gadget)
break;
}

spin_unlock_irqrestore(&musb->lock, flags);
otg_start_srp(musb->xceiv);
spin_lock_irqsave(&musb->lock, flags);

/* Block idling for at least 1s */
musb_platform_try_idle(musb,
jiffies + msecs_to_jiffies(1 * HZ));
Expand Down

0 comments on commit 70f29ae

Please sign in to comment.