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

Commit 6da887ad authored by Naveen Kaje's avatar Naveen Kaje
Browse files

msm_serial_hs: remove BAM debug code in tx timeout



The register dump in this function call provides
the debug information required and this call is redundant.

CRs-Fixed: 753441
Change-Id: Ieaa937e7d5c8a484c45d5c251272166414ba65ee
Signed-off-by: default avatarNaveen Kaje <nkaje@codeaurora.org>
parent 17dc38a5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1341,11 +1341,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 */