From: Viresh Kumar Date: Mon, 10 Mar 2014 09:23:35 +0000 (+0530) Subject: cpufreq: Remove unnecessary variable/parameter 'frozen' X-Git-Tag: v3.15-rc1~151^2~2^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96bbbe4a2a5b13c440a19dd7a5ff33de3303aac4;p=pandora-kernel.git cpufreq: Remove unnecessary variable/parameter 'frozen' We have used 'frozen' variable/function parameter at many places to distinguish between CPU offline/online on suspend/resume vs sysfs removals. We now have another variable cpufreq_suspended which can be used in these cases, so we can get rid of all those variables or function parameters. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed