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

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

Merge "msm: lpm: remove redundant assignment"

parents 21dbba28 46ea943a
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);