Loading drivers/tty/serial/msm_geni_serial.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
drivers/tty/serial/msm_geni_serial.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading