Explorar el Código

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

qctecmdr hace 4 años
padre
commit
f89c49b162
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }