[PATCH 3/3] cpufreq: Remove unnecessary variable/parameter 'frozen'

2013-12-01 Thread Viresh Kumar
We have used 'frozen' variable/function parameter at many places to differentiate CPU hotplugging on suspend/resume vs sysfs removals. We now have another variable cpufreq_suspended which can be used in these cases and hence we can get rid of all those variables or function parameters.

[PATCH 3/3] cpufreq: Remove unnecessary variable/parameter 'frozen'

2013-12-01 Thread Viresh Kumar
We have used 'frozen' variable/function parameter at many places to differentiate CPU hotplugging on suspend/resume vs sysfs removals. We now have another variable cpufreq_suspended which can be used in these cases and hence we can get rid of all those variables or function parameters.