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

Commit 46ea943a authored by Venkat Devarasetty's avatar Venkat Devarasetty
Browse files

msm: lpm: remove redundant assignment



Removed the redundant cpu level is assignment.

Change-Id: I1aecc4f3d1eb55cd9e057c82f63b8f145401c0fc
Signed-off-by: default avatarVenkat Devarasetty <vdevaras@codeaurora.org>
parent f75c756e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -739,8 +739,6 @@ static void lpm_enter_low_power(struct lpm_system_state *system_state,
	int idx;
	struct lpm_cpu_level *cpu_level = &system_state->cpu_level[cpu_index];

	cpu_level = &system_state->cpu_level[cpu_index];

	lpm_cpu_prepare(system_state, cpu_index, from_idle);

	idx = lpm_system_select(system_state, cpu_index, from_idle);