]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/cpufreq/s5pv210-cpufreq.c
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / cpufreq / s5pv210-cpufreq.c
index 5d31c2db12a3f31b25d43be5eb73056a59d7415b..dbecd7667db28a5b325284a519fba0107ff45354 100644 (file)
@@ -611,8 +611,8 @@ static int s5pv210_cpufreq_probe(struct platform_device *pdev)
        for_each_compatible_node(np, NULL, "samsung,s5pv210-dmc") {
                id = of_alias_get_id(np, "dmc");
                if (id < 0 || id >= ARRAY_SIZE(dmc_base)) {
-                       pr_err("%s: failed to get alias of dmc node '%s'\n",
-                               __func__, np->name);
+                       pr_err("%s: failed to get alias of dmc node '%pOFn'\n",
+                               __func__, np);
                        of_node_put(np);
                        return id;
                }