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

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

Merge "msm_serial_hs: remove BAM debug code in tx timeout"

parents fadd35e1 6da887ad
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1340,11 +1340,6 @@ void tx_timeout_handler(unsigned long arg)
	if (UARTDM_ISR_CURRENT_CTS_BMSK & isr)
		MSM_HS_WARN("%s(): CTS Disabled, ISR 0x%x", __func__, isr);
	dump_uart_hs_registers(msm_uport);
	/* Log BAM TX pipe debug information */
	sps_get_bam_debug_info(msm_uport->bam_handle,
			93,
			SPS_BAM_PIPE(msm_uport->bam_tx_ep_pipe_index),
			0, 2);
}

/*  Transmit the next chunk of data */