Merge branch 'android-4.4'
[firefly-linux-kernel-4.4.55.git] / drivers / tty / serial / serial_core.c
index 150547c0de2d93ab649152cdafd1ed090306df7a..87625fac702c78268f5c41d3f686385303b8f034 100644 (file)
@@ -95,6 +95,9 @@ static void __uart_start(struct tty_struct *tty)
        struct uart_state *state = tty->driver_data;
        struct uart_port *port = state->uart_port;
 
+       if (port->ops->wake_peer)
+               port->ops->wake_peer(port);
+
        if (!uart_tx_stopped(port))
                port->ops->start_tx(port);
 }