aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/8250.c')
-rw-r--r--drivers/serial/8250.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c
index c93ef205aa2f..b8a4bd94f51d 100644
--- a/drivers/serial/8250.c
+++ b/drivers/serial/8250.c
@@ -2047,7 +2047,7 @@ serial8250_set_termios(struct uart_port *port, struct ktermios *termios,
2047 * Oxford Semi 952 rev B workaround 2047 * Oxford Semi 952 rev B workaround
2048 */ 2048 */
2049 if (up->bugs & UART_BUG_QUOT && (quot & 0xff) == 0) 2049 if (up->bugs & UART_BUG_QUOT && (quot & 0xff) == 0)
2050 quot ++; 2050 quot++;
2051 2051
2052 if (up->capabilities & UART_CAP_FIFO && up->port.fifosize > 1) { 2052 if (up->capabilities & UART_CAP_FIFO && up->port.fifosize > 1) {
2053 if (baud < 2400) 2053 if (baud < 2400)