Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325968
b: refs/heads/master
c: 2a540ed
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Neukum authored and Felipe Balbi committed Aug 31, 2012
1 parent dd2d75a commit 8d2c719
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: c6f83f386c2f7987a344368e33e55840c12bd38f
refs/heads/master: 2a540edf7bb02f3e968d1ce7cb355e740ba7de13
1 change: 1 addition & 0 deletions trunk/drivers/usb/dwc3/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ void dwc3_put_device_id(int id)

ret = test_bit(id, dwc3_devs);
WARN(!ret, "dwc3: ID %d not in use\n", id);
smp_mb__before_clear_bit();
clear_bit(id, dwc3_devs);
}
EXPORT_SYMBOL_GPL(dwc3_put_device_id);
Expand Down

0 comments on commit 8d2c719

Please sign in to comment.