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

Commit d15eb95b authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 60305124 1913ba88
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,