On Sat, 21 May 2016, Andrea Gelmini wrote:
Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> --- arch/m68k/q40/q40ints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/q40/q40ints.c b/arch/m68k/q40/q40ints.c index 513f9bb..51991bc 100644 --- a/arch/m68k/q40/q40ints.c +++ b/arch/m68k/q40/q40ints.c @@ -287,7 +287,7 @@ static void q40_irq_handler(unsigned int irq, struct pt_regs *fp) } iirq: mir = master_inb(IIRQ_REG); - /* should test whether keyboard irq is really enabled, doing it in defhand */ + /* should test whether keyboard irq is really enabled, doing it in defend */ if (mir & Q40_IRQ_KEYB_MASK) do_IRQ(Q40_IRQ_KEYBOARD, fp);
That change doesn't make sense. And "defhand" is not a typo. It refers to the default handler q40_defhand() which was removed in commit 77dda339e512. -- -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html