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

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

Merge "serial: msm_geni_serial: Enable SW flow on in runtime suspend"

parents 83bfad0d 5f5b4d05
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3639,6 +3639,8 @@ static int msm_geni_serial_runtime_suspend(struct device *dev)
	if (ret) {
		IPC_LOG_MSG(port->ipc_log_pwr, "%s: stop rx failed %d\n",
							__func__, ret);
		/* Flow on from UART */
		msm_geni_serial_allow_rx(port);
		return -EBUSY;
	}