diff options
-rw-r--r-- | drivers/tty/serial/serial_core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c index e7d9d65095da..df3a8c74358e 100644 --- a/drivers/tty/serial/serial_core.c +++ b/drivers/tty/serial/serial_core.c | |||
@@ -2606,9 +2606,6 @@ int uart_add_one_port(struct uart_driver *drv, struct uart_port *uport) | |||
2606 | if (uport->cons && uport->dev) | 2606 | if (uport->cons && uport->dev) |
2607 | of_console_check(uport->dev->of_node, uport->cons->name, uport->line); | 2607 | of_console_check(uport->dev->of_node, uport->cons->name, uport->line); |
2608 | 2608 | ||
2609 | if (uart_console(uport)) | ||
2610 | state->pm_state = UART_PM_STATE_ON; | ||
2611 | |||
2612 | uart_configure_port(drv, state, uport); | 2609 | uart_configure_port(drv, state, uport); |
2613 | 2610 | ||
2614 | num_groups = 2; | 2611 | num_groups = 2; |