Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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> (cherry picked from commit 094ea9f2b10e36fe2935333774cab69d6fea8bc4) Signed-off-by: nobodyAtall <tsogkas@ceid.upatras.gr> Signed-off-by: garwedgess <garethwilliams21@gmail.com>
- Loading branch information