summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-06-14 20:19:27 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2011-06-14 20:19:27 +0200
commit3e483f46756d9318fb0c59b01d5c8a26c2191d15 (patch)
tree443ccdba711fc11f3f5d39bb08cd264af8313dcc
parentLinux 3.0-rc3 (diff)
parent[CPUFREQ] Remove cpufreq_stats sysfs entries on module unload. (diff)
downloadlinux-3e483f46756d9318fb0c59b01d5c8a26c2191d15.tar.xz
linux-3e483f46756d9318fb0c59b01d5c8a26c2191d15.zip
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq: [CPUFREQ] Remove cpufreq_stats sysfs entries on module unload. MAINTAINERS: Update CPU FREQUENCY patterns
-rw-r--r--MAINTAINERS1
-rw-r--r--drivers/cpufreq/cpufreq_stats.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e50fc6eb99e0..2cc3a9430503 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1889,7 +1889,6 @@ L: cpufreq@vger.kernel.org
W: http://www.codemonkey.org.uk/projects/cpufreq/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
S: Maintained
-F: arch/x86/kernel/cpu/cpufreq/
F: drivers/cpufreq/
F: include/linux/cpufreq.h
diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c
index b60a4c263686..853f92d23ddb 100644
--- a/drivers/cpufreq/cpufreq_stats.c
+++ b/drivers/cpufreq/cpufreq_stats.c
@@ -387,6 +387,7 @@ static void __exit cpufreq_stats_exit(void)
unregister_hotcpu_notifier(&cpufreq_stat_cpu_notifier);
for_each_online_cpu(cpu) {
cpufreq_stats_free_table(cpu);
+ cpufreq_stats_free_sysfs(cpu);
}
}