Skip to content

Commit

Permalink
powerpc/85xx: remove setup_irq(NULL action) in ksi8560
Browse files Browse the repository at this point in the history
setup_irq(0, NULL) is broken as setup_irq() dereferences action
unconditionally.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Thomas Gleixner authored and Kumar Gala committed Mar 11, 2009
1 parent f084e8d commit 2b881b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/powerpc/platforms/85xx/ksi8560.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ static void __init ksi8560_pic_init(void)
cpm2_pic_init(np);
of_node_put(np);
set_irq_chained_handler(irq, cpm2_cascade);

setup_irq(0, NULL);
#endif
}

Expand Down

0 comments on commit 2b881b9

Please sign in to comment.