Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=00e402d06609d3722b018d696c12cb668065988d
Commit:     00e402d06609d3722b018d696c12cb668065988d
Parent:     a32525449b30dfbae804f6b05cde041f35f5a811
Author:     Jon Loeliger <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 16 16:17:41 2007 -0600
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Fri Feb 16 18:17:00 2007 -0600

    [POWERPC] 86xx: Add missing of_node_put() in mpc86xx_hpcn_init_irq().
    
    Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]>
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 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 f4dd5f2..7e237eb 100644
--- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
+++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
@@ -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
 }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to