Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364310
b: refs/heads/master
c: 78c6ccc
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Apr 12, 2013
1 parent 5652b50 commit efcfc5f
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: 3ec857ffe3ba6e9f567a12d3575dd09d2d41a208
refs/heads/master: 78c6cccadb6ead2dab503f95aefdbfb2ae409a32
2 changes: 1 addition & 1 deletion trunk/drivers/tty/synclink.c
Original file line number Diff line number Diff line change
Expand Up @@ -3308,7 +3308,7 @@ static int block_til_ready(struct tty_struct *tty, struct file * filp,
port->blocked_open++;

while (1) {
if (tty->termios.c_cflag & CBAUD)
if (C_BAUD(tty) && test_bit(ASYNCB_INITIALIZED, &port->flags))
tty_port_raise_dtr_rts(port);

set_current_state(TASK_INTERRUPTIBLE);
Expand Down

0 comments on commit efcfc5f

Please sign in to comment.