Browse Source

Merge "msm: ipa: assert on gsi stop channel failure"

qctecmdr 4 years ago
parent
commit
f89c49b162
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/platform/msm/ipa/ipa_v3/ipa_utils.c

+ 1 - 0
drivers/platform/msm/ipa/ipa_v3/ipa_utils.c

@@ -10444,6 +10444,7 @@ static int __ipa3_stop_gsi_channel(u32 clnt_hdl)
 	}
 
 	IPAERR("Failed  to stop GSI channel with retries\n");
+	ipa_assert();
 	return res;
 }