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
This commit is contained in:
Sravan Kumar Kairam
2018-08-13 09:43:33 +05:30
committed by nshrivas
parent 47c66ef668
commit ad65331565

View File

@@ -976,11 +976,6 @@ QDF_STATUS wlan_ipa_uc_disable_pipes(struct wlan_ipa_priv *ipa_ctx)
ipa_debug("enter"); ipa_debug("enter");
if (ipa_ctx->ipa_pipes_down) { 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"); ipa_warn("IPA WDI Pipes are already deactivated");
goto end; goto end;
} }