qcacmn: Replace WMI_LOGD() with wmi_debug()

Replace WMI_LOGD() with wmi_debug().

Change-Id: I9c69cabfd84882fa1daff6e219de5f2643e7d214
CRs-Fixed: 2774563
This commit is contained in:
Srinivas Girigowda
2020-09-14 14:31:07 -07:00
committed by snandini
parent 8c756066a7
commit cdf81dddd3
13 changed files with 307 additions and 342 deletions

View File

@@ -130,7 +130,7 @@ extract_get_elna_bypass_resp_tlv(struct wmi_unified *wmi_handle, void *resp_buf,
return QDF_STATUS_E_INVAL;
}
WMI_LOGD("Get elna bypass %d from vdev %d", evt->en_dis, evt->vdev_id);
wmi_debug("Get elna bypass %d from vdev %d", evt->en_dis, evt->vdev_id);
resp->vdev_id = evt->vdev_id;
resp->en_dis = evt->en_dis;