diff options
Diffstat (limited to 'drivers/tty/serial/mxs-auart.c')
-rw-r--r-- | drivers/tty/serial/mxs-auart.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/mxs-auart.c b/drivers/tty/serial/mxs-auart.c index 55fd362b9879..039c054349e4 100644 --- a/drivers/tty/serial/mxs-auart.c +++ b/drivers/tty/serial/mxs-auart.c | |||
@@ -369,6 +369,8 @@ static void mxs_auart_settermios(struct uart_port *u, | |||
369 | 369 | ||
370 | writel(ctrl, u->membase + AUART_LINECTRL); | 370 | writel(ctrl, u->membase + AUART_LINECTRL); |
371 | writel(ctrl2, u->membase + AUART_CTRL2); | 371 | writel(ctrl2, u->membase + AUART_CTRL2); |
372 | |||
373 | uart_update_timeout(u, termios->c_cflag, baud); | ||
372 | } | 374 | } |
373 | 375 | ||
374 | static irqreturn_t mxs_auart_irq_handle(int irq, void *context) | 376 | static irqreturn_t mxs_auart_irq_handle(int irq, void *context) |