sparc: Convert to using %pOF instead of full_name
Now that we have a custom printf format specifier, convert users of full_name to use %pOF instead. This is preparation to remove storing of the full path string for each node. Cc: "David S. Miller" <davem@davemloft.net> Cc: sparclinux@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
f3180e1828
commit
a412c85aa8
@@ -123,8 +123,7 @@ static int auxio_probe(struct platform_device *dev)
|
||||
if (!auxio_register)
|
||||
return -ENODEV;
|
||||
|
||||
printk(KERN_INFO "AUXIO: Found device at %s\n",
|
||||
dp->full_name);
|
||||
printk(KERN_INFO "AUXIO: Found device at %pOF\n", dp);
|
||||
|
||||
if (auxio_devtype == AUXIO_TYPE_EBUS)
|
||||
auxio_set_led(AUXIO_LED_ON);
|
||||
|
Reference in New Issue
Block a user