Loading drivers/tty/serial/msm_geni_serial.c +1 −4 Original line number Diff line number Diff line Loading @@ -1566,10 +1566,7 @@ static void msm_geni_serial_shutdown(struct uart_port *uport) struct msm_geni_serial_port *msm_port = GET_DEV_PORT(uport); unsigned long flags; /* Stop the console before stopping the current tx */ if (uart_console(uport)) { console_stop(uport->cons); } else { if (!uart_console(uport)) { msm_geni_serial_power_on(uport); wait_for_transfers_inflight(uport); } Loading Loading
drivers/tty/serial/msm_geni_serial.c +1 −4 Original line number Diff line number Diff line Loading @@ -1566,10 +1566,7 @@ static void msm_geni_serial_shutdown(struct uart_port *uport) struct msm_geni_serial_port *msm_port = GET_DEV_PORT(uport); unsigned long flags; /* Stop the console before stopping the current tx */ if (uart_console(uport)) { console_stop(uport->cons); } else { if (!uart_console(uport)) { msm_geni_serial_power_on(uport); wait_for_transfers_inflight(uport); } Loading