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

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

Merge "serial: msm_geni_serial: Fix false warning for reset failure"

parents 45912019 6318d62c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1945,6 +1945,7 @@ static bool handle_rx_dma_xfer(u32 s_irq_status, struct uart_port *uport)
		if (dma_rx_status & RX_RESET_DONE) {
		if (dma_rx_status & RX_RESET_DONE) {
			IPC_LOG_MSG(msm_port->ipc_log_misc,
			IPC_LOG_MSG(msm_port->ipc_log_misc,
			"%s.Reset done.  0x%x.\n", __func__, dma_rx_status);
			"%s.Reset done.  0x%x.\n", __func__, dma_rx_status);
			ret = true;
			return ret;
			return ret;
		}
		}