diff options
-rw-r--r-- | arch/arm/mach-omap2/cpuidle34xx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c index 8ea012ef0b5a..703b5ec88e98 100644 --- a/arch/arm/mach-omap2/cpuidle34xx.c +++ b/arch/arm/mach-omap2/cpuidle34xx.c | |||
@@ -272,10 +272,8 @@ static int omap3_enter_idle_bm(struct cpuidle_device *dev, | |||
272 | */ | 272 | */ |
273 | per_next_state = per_saved_state = pwrdm_read_next_pwrst(per_pd); | 273 | per_next_state = per_saved_state = pwrdm_read_next_pwrst(per_pd); |
274 | if ((per_next_state == PWRDM_POWER_OFF) && | 274 | if ((per_next_state == PWRDM_POWER_OFF) && |
275 | (core_next_state > PWRDM_POWER_RET)) { | 275 | (core_next_state > PWRDM_POWER_RET)) |
276 | per_next_state = PWRDM_POWER_RET; | 276 | per_next_state = PWRDM_POWER_RET; |
277 | pwrdm_set_next_pwrst(per_pd, per_next_state); | ||
278 | } | ||
279 | 277 | ||
280 | /* Are we changing PER target state? */ | 278 | /* Are we changing PER target state? */ |
281 | if (per_next_state != per_saved_state) | 279 | if (per_next_state != per_saved_state) |