qcacld-3.0: Change the log level to debug in ipa_is_fw_wdi_activated
There's an excessive log for IPA if IPA is disabled on ini but enabled in FW. Change the log level to debug from info. Change-Id: I60a49132bc00b06fc0725c7a3f648fa773321f56 CRs-Fixed: 2232196
This commit is contained in:

committed by
nshrivas

parent
28874dc7ef
commit
581b4c82a7
@@ -459,7 +459,7 @@ QDF_STATUS ipa_uc_ol_init(struct wlan_objmgr_pdev *pdev,
|
||||
struct wlan_ipa_priv *ipa_obj;
|
||||
|
||||
if (!ipa_config_is_enabled()) {
|
||||
ipa_info("ipa is disabled");
|
||||
ipa_debug("ipa is disabled");
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
@@ -542,7 +542,7 @@ bool ipa_is_fw_wdi_activated(struct wlan_objmgr_pdev *pdev)
|
||||
struct wlan_ipa_priv *ipa_obj;
|
||||
|
||||
if (!ipa_config_is_enabled()) {
|
||||
ipa_info("ipa is disabled");
|
||||
ipa_debug("ipa is disabled");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user