Merge "serial: msm_geni_serial: Enable SW flow on in runtime suspend"
This commit is contained in:
commit
d38ae1ea7c
1 changed files with 2 additions and 0 deletions
|
@ -3639,6 +3639,8 @@ static int msm_geni_serial_runtime_suspend(struct device *dev)
|
||||||
if (ret) {
|
if (ret) {
|
||||||
IPC_LOG_MSG(port->ipc_log_pwr, "%s: stop rx failed %d\n",
|
IPC_LOG_MSG(port->ipc_log_pwr, "%s: stop rx failed %d\n",
|
||||||
__func__, ret);
|
__func__, ret);
|
||||||
|
/* Flow on from UART */
|
||||||
|
msm_geni_serial_allow_rx(port);
|
||||||
return -EBUSY;
|
return -EBUSY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue