summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-03-29 01:40:04 -0500
committerDave Jones <davej@redhat.com>2006-03-29 01:40:04 -0500
commit1f8b2c9d38c132e79e18cc726cf7a40ebdcb56d9 (patch)
tree5ffa5b3e15d3fb0369777a4ec5b1dfb09fd162c0 /drivers
parent224b148ef7c9a00642eb33dbdf62f2840bde974f (diff)
downloadop-kernel-dev-1f8b2c9d38c132e79e18cc726cf7a40ebdcb56d9.zip
op-kernel-dev-1f8b2c9d38c132e79e18cc726cf7a40ebdcb56d9.tar.gz
[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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/cpufreq/cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 9b6ae7d..f2179ab 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -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,
OpenPOWER on IntegriCloud