Files
linux/drivers/tty/serial
Christophe JAILLET c79aab7007 serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'
commit be40597a1b upstream.

UARTn_FRAME_PARITY_ODD is 0x0300
UARTn_FRAME_PARITY_EVEN is 0x0200
So if the UART is configured for EVEN parity, it would be reported as ODD.
Fix it by correctly testing if the 2 bits are set.

Fixes: 3afbd89c96 ("serial/efm32: add new driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-06-26 07:13:09 +02:00
..
2015-03-26 23:00:36 +01:00
2015-10-17 21:11:29 -07:00
2015-10-17 21:11:29 -07:00
2015-11-20 16:19:54 -08:00
2015-10-12 10:54:35 -07:00
2015-03-26 22:49:10 +01:00
2015-03-26 22:49:10 +01:00
2014-06-19 13:04:52 -07:00
2015-10-17 21:11:29 -07:00
2014-06-19 13:04:52 -07:00