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

Commit e68392dd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "serial: msm_geni_serial: Correct memory access operation"

parents 9338f951 d43fe2e2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -985,7 +985,8 @@ static void stop_tx_sequencer(struct uart_port *uport)
		geni_write_reg_nolog(M_CMD_ABORT_EN, uport->membase,
							SE_GENI_M_IRQ_CLEAR);
	}
	geni_write_reg_nolog(M_CMD_CANCEL_EN, uport, SE_GENI_M_IRQ_CLEAR);
	geni_write_reg_nolog(M_CMD_CANCEL_EN, uport->membase,
						SE_GENI_M_IRQ_CLEAR);
	/*
	 * If we end up having to cancel an on-going Tx for non-console usecase
	 * then it means there was some unsent data in the Tx FIFO, consequently