Re: [PATCH V2 06/17] ARM: exynos: cpuidle: Fix S5P_WAKEUP_STAT call

2014-04-04 Thread Bartlomiej Zolnierkiewicz
On Friday, April 04, 2014 03:42:58 PM Daniel Lezcano wrote: > This function should be called only when the powerdown sequence fails. > > Even if the current code does not hurt, by moving this line, we have the same > code than the one in pm.c. > > Signed-off-by: Daniel Lezcano > Reviewed-by: Vir

[PATCH V2 06/17] ARM: exynos: cpuidle: Fix S5P_WAKEUP_STAT call

2014-04-04 Thread Daniel Lezcano
This function should be called only when the powerdown sequence fails. Even if the current code does not hurt, by moving this line, we have the same code than the one in pm.c. Signed-off-by: Daniel Lezcano Reviewed-by: Viresh Kumar --- arch/arm/mach-exynos/cpuidle.c |5 ++--- 1 file change