Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354559
b: refs/heads/master
c: 2c449e3
h: refs/heads/master
i:
  354557: adea51f
  354555: 3bf3ca9
  354551: 95ce84d
  354543: 4e6f6ee
  354527: 4e60ead
  354495: e9e334f
  354431: ff25604
  354303: b1d2044
v: v3
  • Loading branch information
Sasha Levin authored and Greg Kroah-Hartman committed Jan 12, 2013
1 parent 51871d0 commit 9c74971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a8ffa0be04d04b01e2a7fd116bc3763940753643
refs/heads/master: 2c449e380153b72e184dd253ce6470acaee53cb0
4 changes: 1 addition & 3 deletions trunk/tools/usb/testusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,8 @@ int main (int argc, char **argv)
return handle_testdev (entry) != entry;
}
status = pthread_create (&entry->thread, 0, handle_testdev, entry);
if (status) {
if (status)
perror ("pthread_create");
continue;
}
}
if (device) {
struct testdev dev;
Expand Down

0 comments on commit 9c74971

Please sign in to comment.