提交 2b881b94 编写于 作者: T Thomas Gleixner 提交者: 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: NThomas Gleixner <tglx@linutronix.de>
Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册