Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41308
b: refs/heads/master
c: 7a5c7b4
h: refs/heads/master
v: v3
  • Loading branch information
Naranjo Manuel Francisco authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 2257d60 commit 910b2b7
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1b7be3c066ae9238996a7a861b39b0bfd5860735
refs/heads/master: 7a5c7b42d3c7b1e0085d48414ee73003d3888d1f
5 changes: 4 additions & 1 deletion trunk/drivers/usb/serial/aircable.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,11 @@ static void aircable_read(void *params)
*/
tty = port->tty;

if (!tty)
if (!tty) {
schedule_work(&priv->rx_work);
err("%s - No tty available", __FUNCTION__);
return ;
}

count = min(64, serial_buf_data_avail(priv->rx_buf));

Expand Down

0 comments on commit 910b2b7

Please sign in to comment.