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
这个提交包含在:
Vivek
2017-06-21 11:38:28 +05:30
提交者 snandini
父节点 5e5f8efbd2
当前提交 f85a42b39d
修改 2 个文件,包含 2 行新增2 行删除

查看文件

@@ -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;