diff options
author | 2013-02-05 22:21:14 +0100 | |
---|---|---|
committer | 2013-02-05 22:21:14 +0100 | |
commit | 73bf0fc2b03d1f4fdada0ec430dc20bfb089cfd5 (patch) | |
tree | d2140fed485ae5c577ebcb321ef9e379cbccc3f3 /tools/perf/scripts/python | |
parent | cpufreq: Remove unnecessary use of policy->shared_type (diff) | |
download | linux-dev-73bf0fc2b03d1f4fdada0ec430dc20bfb089cfd5.tar.xz linux-dev-73bf0fc2b03d1f4fdada0ec430dc20bfb089cfd5.zip |
cpufreq: Don't remove sysfs link for policy->cpu
"cpufreq" directory in policy->cpu is never created using
sysfs_create_link(), but using kobject_init_and_add(). And so we
shouldn't call sysfs_remove_link() for policy->cpu(). sysfs stuff
for policy->cpu is automatically removed when we call kobject_put()
for dying policy.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Tested-by: Dirk Brandewie <dirk.brandewie@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions