linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add missing of_node_put() in mpc86xx_hpcn_init_irq().
@ 2007-02-16 22:17 Jon Loeliger
  2007-02-17  0:22 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Loeliger @ 2007-02-16 22:17 UTC (permalink / raw)
  To: linuxppc-dev


Signed-off-by: Jon Loeliger <jdl@freescale.com>

---
 arch/powerpc/platforms/86xx/mpc86xx_hpcn.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
index 030f9b2..f42f801 100644
--- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
+++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
@@ -119,6 +119,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
 }
-- 
1.5.0.rc3.ge4b0e

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add missing of_node_put() in mpc86xx_hpcn_init_irq().
  2007-02-16 22:17 [PATCH] Add missing of_node_put() in mpc86xx_hpcn_init_irq() Jon Loeliger
@ 2007-02-17  0:22 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2007-02-17  0:22 UTC (permalink / raw)
  To: Jon Loeliger; +Cc: linuxppc-dev

On Fri, 16 Feb 2007, Jon Loeliger wrote:

>
> Signed-off-by: Jon Loeliger <jdl@freescale.com>
>

applied.

- k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-17  0:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-16 22:17 [PATCH] Add missing of_node_put() in mpc86xx_hpcn_init_irq() Jon Loeliger
2007-02-17  0:22 ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).