diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm34xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index 501b00100d59..c77f6db8a63d 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c | |||
@@ -359,7 +359,7 @@ void omap_sram_idle(void) | |||
359 | 359 | ||
360 | /* NEON control */ | 360 | /* NEON control */ |
361 | if (pwrdm_read_pwrst(neon_pwrdm) == PWRDM_POWER_ON) | 361 | if (pwrdm_read_pwrst(neon_pwrdm) == PWRDM_POWER_ON) |
362 | set_pwrdm_state(neon_pwrdm, mpu_next_state); | 362 | pwrdm_set_next_pwrst(neon_pwrdm, mpu_next_state); |
363 | 363 | ||
364 | /* PER */ | 364 | /* PER */ |
365 | per_next_state = pwrdm_read_next_pwrst(per_pwrdm); | 365 | per_next_state = pwrdm_read_next_pwrst(per_pwrdm); |