macintosh: 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. Signed-off-by: Rob Herring <robh@kernel.org> [mpe: Also convert the two cases inside #if 0] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
859420e315
commit
b6a945ae03
@@ -297,8 +297,8 @@ static int __init via_cuda_start(void)
|
||||
#else
|
||||
cuda_irq = irq_of_parse_and_map(vias, 0);
|
||||
if (!cuda_irq) {
|
||||
printk(KERN_ERR "via-cuda: can't map interrupts for %s\n",
|
||||
vias->full_name);
|
||||
printk(KERN_ERR "via-cuda: can't map interrupts for %pOF\n",
|
||||
vias);
|
||||
return -ENODEV;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user