On Tue, Feb 5, 2013 at 11:54 PM, <[email protected]> wrote: > From: Viresh Kumar <[email protected]> > > "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 <[email protected]> > Tested-by: Dirk Brandewie <[email protected]>
Its already included by Rafael, don't include it in your next version: commit 73bf0fc2b03d1f4fdada0ec430dc20bfb089cfd5 Author: Viresh Kumar <[email protected]> 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 <[email protected]> Tested-by: Dirk Brandewie <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

