]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/sparc/kernel/auxio_64.c
sparc: Convert to using %pOFn instead of device_node.name
[linux.git] / arch / sparc / kernel / auxio_64.c
index 4e8f56c3793c42c3dbace3dd187258fed10dd760..cc42225c20f3c523d100cb5798020a05daf31853 100644 (file)
@@ -115,8 +115,8 @@ static int auxio_probe(struct platform_device *dev)
                auxio_devtype = AUXIO_TYPE_SBUS;
                size = 1;
        } else {
-               printk("auxio: Unknown parent bus type [%s]\n",
-                      dp->parent->name);
+               printk("auxio: Unknown parent bus type [%pOFn]\n",
+                      dp->parent);
                return -ENODEV;
        }
        auxio_register = of_ioremap(&dev->resource[0], 0, size, "auxio");