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.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c
index bc8ed4be9073..355148dc085e 100644
--- a/drivers/serial/8250.c
+++ b/drivers/serial/8250.c
@@ -2404,14 +2404,9 @@ serial8250_set_termios(struct uart_port *port, struct ktermios *termios,
2404} 2404}
2405 2405
2406static void 2406static void
2407serial8250_set_ldisc(struct uart_port *port) 2407serial8250_set_ldisc(struct uart_port *port, int new)
2408{ 2408{
2409 int line = port->line; 2409 if (new == N_PPS) {
2410
2411 if (line >= port->state->port.tty->driver->num)
2412 return;
2413
2414 if (port->state->port.tty->ldisc->ops->num == N_PPS) {
2415 port->flags |= UPF_HARDPPS_CD; 2410 port->flags |= UPF_HARDPPS_CD;
2416 serial8250_enable_ms(port); 2411 serial8250_enable_ms(port);
2417 } else 2412 } else