On Tue, Feb 5, 2013 at 11:54 PM, <dirk.brandewie@xxxxxxxxx> wrote: > From: Viresh Kumar <viresh.kumar@xxxxxxxxxx> > > "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@xxxxxxxxxx> > Tested-by: Dirk Brandewie <dirk.brandewie@xxxxxxxxx> Its already included by Rafael, don't include it in your next version: commit 73bf0fc2b03d1f4fdada0ec430dc20bfb089cfd5 Author: Viresh Kumar <viresh.kumar@xxxxxxxxxx> Date: Tue Feb 5 22:21:14 2013 +0100 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@xxxxxxxxxx> Tested-by: Dirk Brandewie <dirk.brandewie@xxxxxxxxx> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html