Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / irqchip / irq-gic-v3.c
index d3d4f65b377b6e5562a32f474a73822c6fedc7d6..0868a9d81c3c6d6a8f4c3855721983c18214e33c 100644 (file)
@@ -1199,8 +1199,8 @@ static void __init gic_populate_ppi_partitions(struct device_node *gic_node)
 
                part->partition_id = of_node_to_fwnode(child_part);
 
-               pr_info("GIC: PPI partition %s[%d] { ",
-                       child_part->name, part_idx);
+               pr_info("GIC: PPI partition %pOFn[%d] { ",
+                       child_part, part_idx);
 
                n = of_property_count_elems_of_size(child_part, "affinity",
                                                    sizeof(u32));