qcacmn: Clean up spectral, tif and umac component prints
Clean up spectral, tif and umac component prints by correcting trace levels for regularly occurring prints and removing newlines from converged print APIs since qdf_trace_msg appends them by default. Change-Id: Ib10f1b1c54ecbcb9f4076be7c2c4708359d488e0 CRs-Fixed: 2243843
This commit is contained in:

committed by
nshrivas

orang tua
1c42c27c80
melakukan
f78a3d8ca5
@@ -1598,8 +1598,9 @@ int target_if_spectral_process_report_gen3(
|
||||
|
||||
if (spectral_debug_level & (DEBUG_SPECTRAL2 | DEBUG_SPECTRAL4)) {
|
||||
spectral_debug("Printing the spectral phyerr buffer for debug");
|
||||
spectral_debug("Datalength of buffer = 0x%x(%d) bufptr = 0x%pK",
|
||||
payload->dbr_len, payload->dbr_len,
|
||||
spectral_debug("Datalength of buffer = 0x%zx(%zd) bufptr = 0x%pK",
|
||||
payload->dbr_len,
|
||||
payload->dbr_len,
|
||||
payload->vaddr);
|
||||
#ifdef CONFIG_WIN
|
||||
RAWSIM_PKT_HEXDUMP((unsigned char *)payload->vaddr, 1024);
|
||||
|
Reference in New Issue
Block a user