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
这个提交包含在:
@@ -3519,7 +3519,6 @@ send_wmm_update_cmd_non_tlv(wmi_unified_t wmi_handle,
|
||||
struct wmi_host_wmeParams *wmep;
|
||||
|
||||
buf = wmi_buf_alloc(wmi_handle, len);
|
||||
qdf_print("%s:\n", __func__);
|
||||
if (!buf) {
|
||||
qdf_print("%s:wmi_buf_alloc failed\n", __func__);
|
||||
return QDF_STATUS_SUCCESS;
|
||||
|
在新工单中引用
屏蔽一个用户