Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d97e82ee authored by vkakani's avatar vkakani Committed by Naitik Bharadiya
Browse files

msm: arm64: fix compiler warnings due to improper braces or indentation



This commit resolves compiler warnings due to missing if braces or
due to incorrect indentations.

Change-Id: I388b084fe7a8c242caa31c69b95ad1f95ff2a80f
Signed-off-by: default avatarvkakani <vkakani@codeaurora.org>
[schikk@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent 7edf13cc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -673,6 +673,7 @@ static int ipa_uc_ntn_disconn_pipes(struct ipa_uc_offload_ctx *ntn_ctx)
	}
	if (ntn_ctx->conn.dl.smmu_enabled)
		ipa_uc_ntn_free_conn_smmu_info(&ntn_ctx->conn.dl);

	ipa_uc_ntn_free_conn_smmu_info(&ntn_ctx->conn.ul);

	return ret;