The patch titled __set_irq_handler bogus space has been removed from the -mm tree. Its filename was __set_irq_handler-bogus-space.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: __set_irq_handler bogus space From: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/irq/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/irq/chip.c~__set_irq_handler-bogus-space kernel/irq/chip.c --- a/kernel/irq/chip.c~__set_irq_handler-bogus-space +++ a/kernel/irq/chip.c @@ -519,7 +519,7 @@ __set_irq_handler(unsigned int irq, irq_ handle = handle_bad_irq; else if (desc->chip == &no_irq_chip) { printk(KERN_WARNING "Trying to install %sinterrupt handler " - "for IRQ%d\n", is_chained ? "chained " : " ", irq); + "for IRQ%d\n", is_chained ? "chained " : "", irq); /* * Some ARM implementations install a handler for really dumb * interrupt hardware without setting an irq_chip. This worked _ Patches currently in -mm which might be from Geert.Uytterhoeven@xxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html