diff options
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/omap-serial.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index 57d6b29c039c..ec90651d661a 100644 --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c | |||
@@ -776,6 +776,8 @@ serial_omap_set_termios(struct uart_port *port, struct ktermios *termios, | |||
776 | cval |= UART_LCR_PARITY; | 776 | cval |= UART_LCR_PARITY; |
777 | if (!(termios->c_cflag & PARODD)) | 777 | if (!(termios->c_cflag & PARODD)) |
778 | cval |= UART_LCR_EPAR; | 778 | cval |= UART_LCR_EPAR; |
779 | if (termios->c_cflag & CMSPAR) | ||
780 | cval |= UART_LCR_SPAR; | ||
779 | 781 | ||
780 | /* | 782 | /* |
781 | * Ask the core to calculate the divisor for us. | 783 | * Ask the core to calculate the divisor for us. |