From ad653315659d521e71dfc4c729401b74f34b500c Mon Sep 17 00:00:00 2001 From: Sravan Kumar Kairam Date: Mon, 13 Aug 2018 09:43:33 +0530 Subject: [PATCH] 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 --- components/ipa/core/src/wlan_ipa_core.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/ipa/core/src/wlan_ipa_core.c b/components/ipa/core/src/wlan_ipa_core.c index 8177a3c64d..f569ba2909 100644 --- a/components/ipa/core/src/wlan_ipa_core.c +++ b/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; }