ARM: shmobile: Convert to using %pOFn instead of device_node.name
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
committed by
Simon Horman
parent
08e735233e
commit
b9fad74bfe
@ -189,7 +189,7 @@ static void __init add_special_pd(struct device_node *np, enum pd_types type)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
pr_debug("Special PM domain %s type %d for %pOF\n", pd->name, type, np);
|
pr_debug("Special PM domain %pOFn type %d for %pOF\n", pd, type, np);
|
||||||
|
|
||||||
special_pds[num_special_pds].pd = pd;
|
special_pds[num_special_pds].pd = pd;
|
||||||
special_pds[num_special_pds].type = type;
|
special_pds[num_special_pds].type = type;
|
||||||
|
Reference in New Issue
Block a user