Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338556
b: refs/heads/master
c: 8da636d
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent 8c68c79 commit 4a0b05e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 755b6040fa62eab9d9105359cd5884910eef2df4
refs/heads/master: 8da636d9b5f3af354458f5b7eadaf51f23017fdc
2 changes: 2 additions & 0 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2098,6 +2098,8 @@ static int ftdi_chars_in_buffer(struct tty_struct *tty)
int ret;

chars = usb_serial_generic_chars_in_buffer(tty);
if (chars)
return chars;

/* Check hardware buffer */
switch (priv->chip_type) {
Expand Down

0 comments on commit 4a0b05e

Please sign in to comment.