]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250: Use UART_LCR_WLEN8 instead of literal
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 13 Jun 2022 07:57:35 +0000 (10:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2022 12:33:15 +0000 (14:33 +0200)
commit94bcce5d7e9d54736f63350b75fc588a21cd3c44
treecb8f295690a403771f29616f01fddde2af93aa04
parentfb453584e39ca6a831664f35cfa66cd341788804
serial: 8250: Use UART_LCR_WLEN8 instead of literal

Use UART_LCR_WLEN8 instead of literal 0x03 in size_fifo().

Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20220613075736.12283-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c