Skip to content

Commit

Permalink
[POWERPC] 86xx: Add missing of_node_put() in mpc86xx_hpcn_init_irq().
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Jon Loeliger authored and Kumar Gala committed Feb 17, 2007
1 parent a325254 commit 00e402d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ mpc86xx_hpcn_init_irq(void)
DBG("mpc86xxhpcn: cascade mapped to irq %d\n", cascade_irq);

i8259_init(cascade_node, 0);
of_node_put(cascade_node);

set_irq_chained_handler(cascade_irq, mpc86xx_8259_cascade);
#endif
}
Expand Down

0 comments on commit 00e402d

Please sign in to comment.