linux/drivers/cpufreq
Colin Cross fa51e1a77e cpufreq: Prevent memory leak in cpufreq_stats on hotplug
Ensures that cpufreq_stats_free_table is called before
__cpufreq_remove_dev on cpu hotplug (which also occurs during
suspend on SMP systems) to make sure that sysfs_remove_group
can get called before the cpufreq kobj is freed.  Otherwise,
the sysfs file structures are leaked.

Change-Id: I87e55277272f5cfad47e9e7c92630e990bb90069
Signed-off-by: Colin Cross <ccross@android.com>
2011-01-29 23:51:46 -08:00
..
cpufreq_conservative.c Merge commit 'v2.6.34-rc6' into x86/cpu 2010-05-08 14:59:58 -07:00
cpufreq_interactive.c cpufreq interactive governor: fix crash on CPU shutdown 2011-01-04 15:49:10 -08:00
cpufreq_ondemand.c [CPUFREQ] ondemand: don't synchronize sample rate unless multiple cpus present 2010-08-03 13:47:04 -04:00
cpufreq_performance.c [CPUFREQ] Don't export governors for default governor 2008-10-09 13:52:44 -04:00
cpufreq_powersave.c [CPUFREQ] Don't export governors for default governor 2008-10-09 13:52:44 -04:00
cpufreq_stats.c cpufreq: Prevent memory leak in cpufreq_stats on hotplug 2011-01-29 23:51:46 -08:00
cpufreq_userspace.c [CPUFREQ] checkpatch cleanups for userspace governor 2009-02-24 22:47:30 -05:00
cpufreq.c [CPUFREQ] fix brace coding style issue. 2010-08-03 13:47:05 -04:00
freq_table.c percpu: make percpu symbols in cpufreq unique 2009-10-29 22:34:13 +09:00
Kconfig cpufreq: interactive: New 'interactive' governor 2010-12-01 15:10:04 -08:00
Makefile cpufreq: interactive: New 'interactive' governor 2010-12-01 15:10:04 -08:00