Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26248
b: refs/heads/master
c: a29fccd
h: refs/heads/master
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Apr 27, 2006
1 parent ac8509b commit 10c24d0
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: f430c405ca23dd5a9389d1f62dcdeb1fd6ce6024
refs/heads/master: a29fccd7993a3d411674e148cb0759a017be3e21
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/net2280.c
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@ static void handle_ep_small (struct net2280_ep *ep)
ep->stopped = 1;
set_halt (ep);
mode = 2;
} else if (!req && ep->stopped)
} else if (!req && !ep->stopped)
write_fifo (ep, NULL);
}
} else {
Expand Down

0 comments on commit 10c24d0

Please sign in to comment.