Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303860
b: refs/heads/master
c: eb9c583
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Fend authored and Greg Kroah-Hartman committed May 7, 2012
1 parent 8b2b612 commit 5a74bfe
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: ccd68bb8d8ecfb10d62ef6c65851119b1a49c1be
refs/heads/master: eb9c5836384cd2a276254df6254ed71117983626
2 changes: 1 addition & 1 deletion trunk/tools/usb/ffs-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static void *start_thread_helper(void *arg)

ret = t->in(t, t->buf, t->buf_size);
if (ret > 0) {
ret = t->out(t, t->buf, t->buf_size);
ret = t->out(t, t->buf, ret);
name = out_name;
op = "write";
} else {
Expand Down

0 comments on commit 5a74bfe

Please sign in to comment.