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:

committed by
snandini

parent
905d9e33fb
commit
29eadb8bc6
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user