Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 395c73fa authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "serial: msm_geni_serial: Keep console enabled during shutdown"

parents cc43b64c 182cdc6a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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);
	}