From: Mike Chan Date: Thu, 4 Dec 2008 20:19:17 +0000 (-0800) Subject: [CPUFREQ] Fix on resume, now preserves user policy min/max. X-Git-Tag: v2.6.29-rc1~504^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187d9f4ed4fc089f1f25a875fb485e27626972f9;p=pandora-kernel.git [CPUFREQ] Fix on resume, now preserves user policy min/max. Previously driver resume would always set the current policy min/max with the cpuinfo min/max, defined by user_policy.min/max. Resulting in a reset of policy settings when policy.min/max != cpuinfo.min/max when coming out of suspend. Now user_policy is saved as the policy instead of cpuinfo to preserve what the user actually set. Signed-off-by: Mike Chan Signed-off-by: Dave Jones --- Reading git-diff-tree failed