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

This commit is contained in:
qctecmdr 2021-08-30 04:30:30 -07:00 committed by Gerrit - the friendly Code Review server
commit d38ae1ea7c

View file

@ -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;
}