of: 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>
This commit is contained in:
@@ -166,8 +166,8 @@ static bool of_mdiobus_child_is_phy(struct device_node *child)
|
||||
|
||||
if (of_match_node(whitelist_phys, child)) {
|
||||
pr_warn(FW_WARN
|
||||
"%s: Whitelisted compatible string. Please remove\n",
|
||||
child->full_name);
|
||||
"%pOF: Whitelisted compatible string. Please remove\n",
|
||||
child);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user