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

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

Merge "serial: msm_geni_serial: No need to stop_tx/rx on UART shutdown"

parents 399cd243 453cf8d8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2024,9 +2024,6 @@ static void msm_geni_serial_shutdown(struct uart_port *uport)
		wait_for_transfers_inflight(uport);
	}

	msm_geni_serial_stop_tx(uport);
	msm_geni_serial_stop_rx(uport);

	if (!uart_console(uport)) {
		if (msm_port->ioctl_count) {
			int i;