summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/wma/src/wma_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/wma/src/wma_utils.c b/core/wma/src/wma_utils.c
index a3a4eeb52dab..0b29e56e45e4 100644
--- a/core/wma/src/wma_utils.c
+++ b/core/wma/src/wma_utils.c
@@ -311,7 +311,6 @@ static struct wma_target_req *wma_peek_vdev_req(tp_wma_handle wma,
if (QDF_STATUS_SUCCESS != qdf_list_peek_front(&wma->vdev_resp_queue,
&node2)) {
qdf_spin_unlock_bh(&wma->vdev_respq_lock);
- WMA_LOGE(FL("unable to get target req from vdev resp queue"));
return NULL;
}