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

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

Merge "msm: smem_log: Use smem_get_entry_to_proc()"

parents f82dc47e e23496b5
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -583,7 +583,8 @@ static void find_voters(void)
	unsigned size;
	unsigned size;
	int i = 0, j = 0;
	int i = 0, j = 0;


	x = smem_get_entry(SMEM_SLEEP_STATIC, &size);
	x = smem_get_entry_to_proc(SMEM_SLEEP_STATIC, &size, 0,
							SMEM_ANY_HOST_FLAG);
	next = x;
	next = x;
	while (next && (next < (x + size)) &&
	while (next && (next < (x + size)) &&
	       ((i + j) < (ARRAY_SIZE(voter_d3_syms) +
	       ((i + j) < (ARRAY_SIZE(voter_d3_syms) +