diff options
Diffstat (limited to 'arch/sparc/kernel/of_device_64.c')
-rw-r--r-- | arch/sparc/kernel/of_device_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/of_device_64.c b/arch/sparc/kernel/of_device_64.c index 7a3be6f6737a..7bbdc26d9512 100644 --- a/arch/sparc/kernel/of_device_64.c +++ b/arch/sparc/kernel/of_device_64.c | |||
@@ -580,7 +580,7 @@ static unsigned int __init build_one_device_irq(struct platform_device *op, | |||
580 | printk("%s: Apply [%s:%x] imap --> [%s:%x]\n", | 580 | printk("%s: Apply [%s:%x] imap --> [%s:%x]\n", |
581 | op->dev.of_node->full_name, | 581 | op->dev.of_node->full_name, |
582 | pp->full_name, this_orig_irq, | 582 | pp->full_name, this_orig_irq, |
583 | (iret ? iret->full_name : "NULL"), irq); | 583 | of_node_full_name(iret), irq); |
584 | 584 | ||
585 | if (!iret) | 585 | if (!iret) |
586 | break; | 586 | break; |