소스 검색

Merge "msm: ipa: fix issue on dump collection"

qctecmdr 4 년 전
부모
커밋
6342a2adc8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      drivers/platform/msm/ipa/ipa_v3/ipa.c

+ 2 - 0
drivers/platform/msm/ipa/ipa_v3/ipa.c

@@ -5665,6 +5665,8 @@ void ipa3_disable_clks(void)
 	type = gsi_pending_irq_type();
 	if (type) {
 		IPAERR("unexpected gsi irq type: %d\n", type);
+		/* increase ipa3_active_clients for smp2p response */
+		atomic_inc(&ipa3_ctx->ipa3_active_clients.cnt);
 		ipa_assert();
 	}