qcacmn: Replace WMI_LOGP() with wmi_* appropriate log level

Replace WMI_LOGP() with wmi_alert() or with appropriate log level.

CRs-Fixed: 2774563
Change-Id: I53ad75f3b645306551250f7f400f8802692a01a3
This commit is contained in:
Srinivas Girigowda
2020-09-08 20:18:18 -07:00
committed by snandini
parent 905d9e33fb
commit 29eadb8bc6
7 changed files with 71 additions and 78 deletions

View File

@@ -389,7 +389,7 @@ void wmi_vdev_attach_tlv(struct wmi_unified *wmi_handle)
struct wmi_ops *wmi_ops;
if (!wmi_handle) {
WMI_LOGP("%s: null wmi handle", __func__);
wmi_err("null wmi handle");
return;
}