Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125061
b: refs/heads/master
c: 7834909
h: refs/heads/master
i:
  125059: 94eebd5
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jan 2, 2009
1 parent cf097a5 commit 13deb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0fdeceb88df7f4d9e4734859bcd650e8584cc0e4
refs/heads/master: 7834909f1eb96ba7c49ca2b9e3a69b500a2cff76
3 changes: 2 additions & 1 deletion trunk/drivers/char/tty_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ int tty_port_block_til_ready(struct tty_port *port,

while (1) {
/* Indicate we are open */
tty_port_raise_dtr_rts(port);
if (tty->termios->c_cflag & CBAUD)
tty_port_raise_dtr_rts(port);

set_current_state(TASK_INTERRUPTIBLE);
/* Check for a hangup or uninitialised port. Return accordingly */
Expand Down

0 comments on commit 13deb1a

Please sign in to comment.