Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364311
b: refs/heads/master
c: 5d8be15
h: refs/heads/master
i:
  364309: 5652b50
  364307: 5f5048d
  364303: 86da179
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Apr 12, 2013
1 parent efcfc5f commit 645630d
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: 78c6cccadb6ead2dab503f95aefdbfb2ae409a32
refs/heads/master: 5d8be15a621d739c376572607bab1ac0449947a4
2 changes: 1 addition & 1 deletion trunk/drivers/tty/synclink_gt.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 645630d

Please sign in to comment.