cpufreq: resume drivers before enabling governors
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 24 Mar 2014 07:00:29 +0000 (12:30 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 26 Mar 2014 15:37:18 +0000 (16:37 +0100)
commit0c5aa405a9437d97e09ec289d4f29bb62e0f01b6
treedb7b06fdeb9b72aeb606cc0b88f729c5a432b094
parentbb18008f8086283f8f03e8e50fbbf17f213b9ea9
cpufreq: resume drivers before enabling governors

During suspend, we first stop governors and then suspend cpufreq drivers and
resume must be exactly opposite of that. i.e. resume drivers first and then
start governors.

But the current code in resume enables governors first and then resume drivers.
Fix it be changing code sequence there.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c