qcacmn: Reduce log level for few prints to debug
Reduce log level for few prints to debug to avoid flooding of prints to console. Change-Id: I514585cc87d51ead15fb1f40d45f62023628d9bb CRs-Fixed: 2296839
This commit is contained in:

committed by
nshrivas

parent
ed22a65b66
commit
f3c286ed15
@@ -476,12 +476,12 @@ void init_deinit_prepare_send_init_cmd(
|
||||
if (ret_val != QDF_STATUS_SUCCESS)
|
||||
return;
|
||||
|
||||
target_if_info("FW version 0x%x ", info->target_caps.fw_version);
|
||||
target_if_debug("FW version 0x%x ", info->target_caps.fw_version);
|
||||
if (init_deinit_is_service_ext_msg(psoc, tgt_hdl) == QDF_STATUS_SUCCESS)
|
||||
target_if_info("0x%x\n",
|
||||
info->service_ext_param.fw_build_vers_ext);
|
||||
target_if_debug("0x%x\n",
|
||||
info->service_ext_param.fw_build_vers_ext);
|
||||
else
|
||||
target_if_info("0x%x\n", info->target_caps.fw_version_1);
|
||||
target_if_debug("0x%x\n", info->target_caps.fw_version_1);
|
||||
|
||||
wmi_unified_init_cmd_send(wmi_handle, &init_param);
|
||||
|
||||
|
Reference in New Issue
Block a user