Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67885
b: refs/heads/master
c: 63f991b
h: refs/heads/master
i:
  67883: 43117c1
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 47ded0c commit 4a878a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e015268d2fcfcaef70a1ec535e6381f75aafbf81
refs/heads/master: 63f991b2871bdb1431e8ff62cae2b7b94b4e5b0c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/dummy_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ static int dummy_urb_enqueue (
if (!timer_pending (&dum->timer))
mod_timer (&dum->timer, jiffies + 1);

spin_unlock_irqrestore (&dum->lock, flags);
done:
spin_unlock_irqrestore(&dum->lock, flags);
return rc;
}

Expand Down

0 comments on commit 4a878a5

Please sign in to comment.