diff options
Diffstat (limited to 'arch/sparc/kernel/sun4d_irq.c')
-rw-r--r-- | arch/sparc/kernel/sun4d_irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/kernel/sun4d_irq.c b/arch/sparc/kernel/sun4d_irq.c index d3cb76ce418b..1c98821e1a64 100644 --- a/arch/sparc/kernel/sun4d_irq.c +++ b/arch/sparc/kernel/sun4d_irq.c | |||
@@ -508,6 +508,7 @@ static void __init sun4d_init_timers(irq_handler_t counter_fn) | |||
508 | * bootbus. | 508 | * bootbus. |
509 | */ | 509 | */ |
510 | reg = of_get_property(dp, "reg", NULL); | 510 | reg = of_get_property(dp, "reg", NULL); |
511 | of_node_put(dp); | ||
511 | if (!reg) { | 512 | if (!reg) { |
512 | prom_printf("sun4d_init_timers: No reg property\n"); | 513 | prom_printf("sun4d_init_timers: No reg property\n"); |
513 | prom_halt(); | 514 | prom_halt(); |