qcacmn: Remove trailing newline from the DP Logs
Remove trailing newline from the DP Logs. Change-Id: Iaf54e57fb44cf7c15d82bd5c0ffb3fc7c3d04a2b CRs-Fixed: 3492501
This commit is contained in:

committed by
Rahul Choudhary

parent
998426711a
commit
48cf24b446
@@ -3457,7 +3457,7 @@ dp_rx_mlo_timestamp_ind_handler(struct dp_soc *soc,
|
||||
HTT_T2H_MLO_TIMESTAMP_OFFSET_MLO_TIMESTAMP_COMP_PERIOD_US_GET(
|
||||
*(msg_word + 7));
|
||||
|
||||
dp_htt_debug("tsf_lo=%d tsf_hi=%d, mlo_ofst_lo=%d, mlo_ofst_hi=%d\n",
|
||||
dp_htt_debug("tsf_lo=%d tsf_hi=%d, mlo_ofst_lo=%d, mlo_ofst_hi=%d",
|
||||
pdev->timestamp.sync_tstmp_lo_us,
|
||||
pdev->timestamp.sync_tstmp_hi_us,
|
||||
pdev->timestamp.mlo_offset_lo_us,
|
||||
|
Reference in New Issue
Block a user