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

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

Merge "serial: msm_geni_serial: Don't use WARN_ON for console uart"

parents 984b1fea d6926078
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1815,6 +1815,11 @@ static void msm_geni_serial_handle_isr(struct uart_port *uport,
						SE_GENI_S_IRQ_CLEAR);
	m_irq_en = geni_read_reg_nolog(uport->membase, SE_GENI_M_IRQ_EN);
	if ((m_irq_status & M_ILLEGAL_CMD_EN)) {
		if (uart_console(uport))
			IPC_LOG_MSG(msm_port->console_log,
				"%s.Illegal interrupt. sirq 0x%x mirq:0x%x\n",
				 __func__, s_irq_status, m_irq_status);
		else
			WARN_ON(1);
		goto exit_geni_serial_isr;
	}