git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e15d830
)
cpufreq: e_powersaver: call CPUFREQ_POSTCHANGE notfier in error cases
author
Viresh Kumar
<viresh.kumar@linaro.org>
Wed, 19 Jun 2013 08:52:59 +0000
(14:22 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 24 Jun 2013 11:19:27 +0000
(13:19 +0200)
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>
drivers/cpufreq/e_powersaver.c
patch
|
blob
|
history
diff --cc
drivers/cpufreq/e_powersaver.c
Simple merge