Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364241
b: refs/heads/master
c: e584a02
h: refs/heads/master
i:
  364239: f7dde2f
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Mar 18, 2013
1 parent b3f7586 commit a8041a5
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: 31ca020b57f7c08da187613cf20becd664c467fa
refs/heads/master: e584a02cf517537a3d13c7f85ced45fd07ab85cd
2 changes: 1 addition & 1 deletion trunk/drivers/tty/tty_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ int tty_port_block_til_ready(struct tty_port *port,

while (1) {
/* Indicate we are open */
if (tty->termios.c_cflag & CBAUD)
if (C_BAUD(tty) && test_bit(ASYNCB_INITIALIZED, &port->flags))
tty_port_raise_dtr_rts(port);

prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE);
Expand Down

0 comments on commit a8041a5

Please sign in to comment.