qcacmn: Move the logs to appropriate log levels
Move the logs to appropriate log levels. Change-Id: I9e28ecc7a62be6108ba13e510b8b42b843c97468 CRs-Fixed: 2063646
This commit is contained in:

committed by
snandini

parent
4c1fecdc46
commit
61e086ff92
@@ -3292,7 +3292,7 @@ QDF_STATUS wmi_unified_set_active_bpf_mode_cmd(void *wmi_hdl,
|
||||
wmi_unified_t wmi = (wmi_unified_t)wmi_hdl;
|
||||
|
||||
if (!wmi->ops->send_set_active_bpf_mode_cmd) {
|
||||
WMI_LOGI("send_set_active_bpf_mode_cmd op is NULL");
|
||||
WMI_LOGD("send_set_active_bpf_mode_cmd op is NULL");
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user