Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364313
b: refs/heads/master
c: e1c969f
h: refs/heads/master
i:
  364311: 645630d
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Apr 12, 2013
1 parent 3eda31e commit 345fc5d
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: 53a72d57515b2c94af616bceab79751f894eca56
refs/heads/master: e1c969f7814dcd23bbfe8d777544321a492b6fee
2 changes: 1 addition & 1 deletion trunk/net/irda/ircomm/ircomm_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static int ircomm_tty_block_til_ready(struct ircomm_tty_cb *self,
spin_unlock_irqrestore(&port->lock, flags);

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 345fc5d

Please sign in to comment.