cpufreq: Don't iterate over all CPUs when suspending and resuming governors
authorMark Brown <broonie@kernel.org>
Mon, 17 Nov 2014 12:36:56 +0000 (12:36 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 17 Nov 2014 12:36:56 +0000 (12:36 +0000)
commit212df5dd3212092602119d03a2f5d3a27be77ce4
treefef7aa2917b47dc0ce72ad1350bd234d01f6087e
parentadb665056afe23db0687c1d1a208806c108add08
cpufreq: Don't iterate over all CPUs when suspending and resuming governors

The governors only expect to be stopped and started once so don't call
them repeatedly.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/cpufreq/cpufreq.c