Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348915
b: refs/heads/master
c: 1ee0a22
h: refs/heads/master
i:
  348913: 8f1017c
  348911: 89ca5a5
v: v3
  • Loading branch information
Wolfgang Frisch authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent f44b4ae commit 8748273
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 99beb2e9687ffd61c92a9875141eabe6f57a71b9
refs/heads/master: 1ee0a224bc9aad1de496c795f96bc6ba2c394811
3 changes: 3 additions & 0 deletions trunk/drivers/usb/serial/io_ti.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,9 @@ static void chase_port(struct edgeport_port *port, unsigned long timeout,
wait_queue_t wait;
unsigned long flags;

if (!tty)
return;

if (!timeout)
timeout = (HZ * EDGE_CLOSING_WAIT)/100;

Expand Down

0 comments on commit 8748273

Please sign in to comment.