qcacmn: Remove obsolete WMI_LOG(I/E/P/W/D) macros

Remove obsolete WMI_LOG(I/E/P/W/D) macros and
instead use wmi_(err/debug/info/alert/warn).

Change-Id: Ib401c5da873efc7a87323d9857d7f33989c3b29c
CRs-Fixed: 2776741
This commit is contained in:
Srinivas Girigowda
2020-09-14 18:59:40 -07:00
committed by snandini
parent cee4dbb1c5
commit 1aefc8972b
4 changed files with 5 additions and 17 deletions

View File

@@ -3341,7 +3341,7 @@ QDF_STATUS wmi_diag_connect_pdev_htc_service(struct wmi_unified *wmi_handle,
status = htc_connect_service(htc_handle, &connect, &response);
if (QDF_IS_STATUS_ERROR(status)) {
WMI_LOGE("Failed to connect to WMI DIAG service status:%d\n",
wmi_err("Failed to connect to WMI DIAG service status:%d",
status);
return status;
}