Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e483f46 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* '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
parents 2c53b436 13f06753
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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

+1 −0
Original line number Diff line number Diff line
@@ -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);
	}
}