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

Commit b5960294 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm:ipa: Fix compilation error misleading indentation"

parents a51143d1 f675b710
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -671,10 +671,10 @@ static int ipa_uc_ntn_disconn_pipes(struct ipa_uc_offload_ctx *ntn_ctx)
						 ret);
		return -EFAULT;
	}
	if (ntn_ctx->conn.dl.smmu_enabled)
	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;
}