qcacmn: Clean up unwanted prints or change to appropriate log levels
Remove unwanted prints from the dirver and also change tha log levels from some of the prints which could be useful in debug pruposes only. Change-Id: I2b4e0c94fcf1571b332fc005b34bc4b7bcb4b7c5
This commit is contained in:
@@ -15099,7 +15099,8 @@ static QDF_STATUS init_cmd_send_tlv(wmi_unified_t wmi_handle,
|
||||
host_mem_chunks[idx].ptr = param->mem_chunks[idx].paddr;
|
||||
host_mem_chunks[idx].size = param->mem_chunks[idx].len;
|
||||
host_mem_chunks[idx].req_id = param->mem_chunks[idx].req_id;
|
||||
qdf_print("chunk %d len %d requested ,ptr 0x%x ",
|
||||
QDF_TRACE(QDF_MODULE_ID_ANY, QDF_TRACE_LEVEL_DEBUG,
|
||||
"chunk %d len %d requested ,ptr 0x%x ",
|
||||
idx, host_mem_chunks[idx].size,
|
||||
host_mem_chunks[idx].ptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user