Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364312
b: refs/heads/master
c: 53a72d5
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Apr 12, 2013
1 parent 645630d commit 3eda31e
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: 5d8be15a621d739c376572607bab1ac0449947a4
refs/heads/master: 53a72d57515b2c94af616bceab79751f894eca56
2 changes: 1 addition & 1 deletion trunk/drivers/tty/synclinkmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3329,7 +3329,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 3eda31e

Please sign in to comment.