forked from luck/tmp_suning_uos_patched
[CPUFREQ] extra debugging in cpufreq_add_dev()
Snipped from an otherwise rejected patch by Jan Beulich <jbeulich@novell.com> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
224b148ef7
commit
1f8b2c9d38
|
@ -685,7 +685,7 @@ static int cpufreq_add_dev (struct sys_device * sys_dev)
|
|||
if (!cpu_online(j))
|
||||
continue;
|
||||
|
||||
dprintk("CPU already managed, adding link\n");
|
||||
dprintk("CPU %u already managed, adding link\n", j);
|
||||
cpufreq_cpu_get(cpu);
|
||||
cpu_sys_dev = get_cpu_sysdev(j);
|
||||
sysfs_create_link(&cpu_sys_dev->kobj, &policy->kobj,
|
||||
|
|
Loading…
Reference in New Issue
Block a user