qcacmn: Replace WMI_LOGD() with wmi_debug()
Replace WMI_LOGD() with wmi_debug(). Change-Id: I9c69cabfd84882fa1daff6e219de5f2643e7d214 CRs-Fixed: 2774563
This commit is contained in:

committed by
snandini

parent
8c756066a7
commit
cdf81dddd3
@@ -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;
|
||||
|
Reference in New Issue
Block a user