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

This commit is contained in:
Linux Build Service Account 2014-11-12 17:02:51 -08:00 committed by Gerrit - the friendly Code Review server
commit 4a9b5e307b
1 changed files with 0 additions and 5 deletions

View File

@ -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 */