commit | 567f4f6727bccf729fb2c55c9da29c787bb1b583 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Jun 19 14:22:59 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Jun 24 13:19:27 2013 +0200 |
tree | 98429b591257f491380d7c4b57088af5b9b47342 | |
parent | e15d8309e961ea960dbe40f94fd7ac64f8efe3f6 [diff] |
cpufreq: e_powersaver: call CPUFREQ_POSTCHANGE notfier in error cases In case we have started PRECHANGE notifier and found an error, we must call POSTCHANGE notifier with freqs.new = freqs.old. This driver does take care of it, but the POSTCHANGE is called with freqs.new on errors too, which is incorrect, so fix it. [rjw: Changelog] Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>