Merge branch 'clk-ti' into clk-next
[linux-2.6-block.git] / drivers / clk / ti / gate.c
index cf9e9f5fc0076c9f664ee65a290dbe9f80becf26..1c78fff5513c798b5e0f8e62887c5a83b1523be8 100644 (file)
@@ -182,7 +182,7 @@ static void __init _of_ti_gate_clk_setup(struct device_node *node,
        }
 
        if (of_clk_get_parent_count(node) != 1) {
-               pr_err("%s must have 1 parent\n", node->name);
+               pr_err("%pOFn must have 1 parent\n", node);
                return;
        }