qcacmn: WMI: Reduce the log spam in kmsg

Move the logs to appropriate log levels to reduce
the log spam in kmsg.

Change-Id: Icc2d55626908b6e6448567b259af106e3314827e
CRs-Fixed: 2017427
This commit is contained in:
Srinivas Girigowda
2017-03-10 16:00:56 -08:00
committed by snandini
parent 5b636937bb
commit 245fa9e277
2 changed files with 9 additions and 13 deletions

View File

@@ -2803,8 +2803,6 @@ wmi_unified_remove_work(struct wmi_unified *wmi_handle)
{
wmi_buf_t buf;
QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_INFO,
"Enter: %s", __func__);
qdf_flush_workqueue(0, wmi_handle->wmi_rx_work_queue);
qdf_spin_lock_bh(&wmi_handle->eventq_lock);
buf = qdf_nbuf_queue_remove(&wmi_handle->event_queue);
@@ -2813,8 +2811,6 @@ wmi_unified_remove_work(struct wmi_unified *wmi_handle)
buf = qdf_nbuf_queue_remove(&wmi_handle->event_queue);
}
qdf_spin_unlock_bh(&wmi_handle->eventq_lock);
QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_INFO,
"Done: %s", __func__);
}
/**