|
@@ -499,7 +499,7 @@ serial_pxa_set_termios(struct uart_port *port, struct termios *termios,
|
|
|
/*
|
|
|
* Update the per-port timeout.
|
|
|
*/
|
|
|
- uart_update_timeout(port, termios->c_cflag, quot);
|
|
|
+ uart_update_timeout(port, termios->c_cflag, baud);
|
|
|
|
|
|
up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
|
|
|
if (termios->c_iflag & INPCK)
|