On Sat, Mar 30, 2013 at 07:48:07PM +0530, Viresh Kumar wrote:
Currently we are simply returning from target() if we encounter some error after broadcasting CPUFREQ_PRECHANGE notifier. Which looks to be wrong as others might depend on POSTCHANGE notifier for their functioning.
So, better broadcast CPUFREQ_POSTCHANGE notifier for these failure cases too, but with old frequency.
Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
Acked-by: Shawn Guo shawn.guo@linaro.org