Commit 2b881b94 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Kumar Gala

powerpc/85xx: remove setup_irq(NULL action) in ksi8560

setup_irq(0, NULL) is broken as setup_irq() dereferences action
unconditionally.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent f084e8db
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment