浏览代码

qcacld-3.0: Remove debug assert in wlan_ipa_uc_disable_pipes

Remove the debug assert added in wlan_ipa_uc_disable_pipes when
the check for IPA pipes disabled is true. Anyway logging is in
place to give information about the scenario.

Change-Id: If2906f0ee827e84df4594693702064cd249c564c
CRs-Fixed: 2295461
Sravan Kumar Kairam 6 年之前
父节点
当前提交
ad65331565
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      components/ipa/core/src/wlan_ipa_core.c

+ 0 - 5
components/ipa/core/src/wlan_ipa_core.c

@@ -976,11 +976,6 @@ QDF_STATUS wlan_ipa_uc_disable_pipes(struct wlan_ipa_priv *ipa_ctx)
 	ipa_debug("enter");
 
 	if (ipa_ctx->ipa_pipes_down) {
-		/*
-		 * This shouldn't happen :
-		 * IPA WDI Pipes are already deactivated
-		 */
-		QDF_ASSERT(0);
 		ipa_warn("IPA WDI Pipes are already deactivated");
 		goto end;
 	}