Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / drivers / of / of_mdio.c
index b14a00034fb12a1b493e5f7afeceb7c094532e2b..d94dd8b77abd5140d52c6dfbdff249409225cbec 100644 (file)
@@ -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;
        }