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

Commit 1913ba88 authored by vkakani's avatar vkakani
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>
parent 858c55cb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -654,6 +654,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;
+4 −3
Original line number Diff line number Diff line
@@ -1161,6 +1161,7 @@ int ipa3_add_flt_rule_usr(struct ipa_ioc_add_flt_rule *rules, bool user_only)
			 */
			if (ipa3_ctx->ipa_fltrt_not_hashable)
				rules->rules[i].rule.hashable = false;

			result = __ipa_add_ep_flt_rule(rules->ip,
					rules->ep,
					&rules->rules[i].rule,