Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265017
b: refs/heads/master
c: 5023829
h: refs/heads/master
i:
  265015: debbf58
v: v3
  • Loading branch information
Shaun Silk authored and Greg Kroah-Hartman committed Sep 26, 2011
1 parent 27ede03 commit e904356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 2093c6b49c8f1dc581d8953aca71297d4cace55e
refs/heads/master: 5023829969f56b78a16da94f34c605bbbb344018
3 changes: 1 addition & 2 deletions trunk/drivers/usb/gadget/u_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,8 @@ static void gs_rx_push(unsigned long _port)
/* Push from tty to ldisc; without low_latency set this is handled by
* a workqueue, so we won't get callbacks and can hold port_lock
*/
if (tty && do_push) {
if (tty && do_push)
tty_flip_buffer_push(tty);
}


/* We want our data queue to become empty ASAP, keeping data
Expand Down

0 comments on commit e904356

Please sign in to comment.