Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264305
b: refs/heads/master
c: b7867f1
h: refs/heads/master
i:
  264303: 3263fbe
v: v3
  • Loading branch information
John Crispin authored and Ralf Baechle committed Sep 21, 2011
1 parent 8b7f426 commit c0faed3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0596954681859f1b7b7adfd58fa738c09ed2affa
refs/heads/master: b7867f1bfcb76c75d98d35f576fcd9d7759a96fe
4 changes: 3 additions & 1 deletion trunk/drivers/tty/serial/lantiq.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,10 @@ lqasc_set_termios(struct uart_port *port,
spin_unlock_irqrestore(&ltq_asc_lock, flags);

/* Don't rewrite B0 */
if (tty_termios_baud_rate(new))
if (tty_termios_baud_rate(new))
tty_termios_encode_baud_rate(new, baud, baud);

uart_update_timeout(port, cflag, baud);
}

static const char*
Expand Down

0 comments on commit c0faed3

Please sign in to comment.