diff options
Diffstat (limited to 'drivers/tty/serial/mcf.c')
| -rw-r--r-- | drivers/tty/serial/mcf.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/tty/serial/mcf.c b/drivers/tty/serial/mcf.c index 0edfaf8cd26..a6f085717f9 100644 --- a/drivers/tty/serial/mcf.c +++ b/drivers/tty/serial/mcf.c @@ -248,6 +248,12 @@ static void mcf_set_termios(struct uart_port *port, struct ktermios *termios,  		mr1 |= MCFUART_MR1_PARITYNONE;  	} +	/* +	 * FIXME: port->read_status_mask and port->ignore_status_mask +	 * need to be initialized based on termios settings for +	 * INPCK, IGNBRK, IGNPAR, PARMRK, BRKINT +	 */ +  	if (termios->c_cflag & CSTOPB)  		mr2 |= MCFUART_MR2_STOP2;  	else  | 
