__set_irq_handler: Kill a bogus space Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- kernel/irq/chip.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-)
--- ps3-linux-src.orig/kernel/irq/chip.c +++ ps3-linux-src/kernel/irq/chip.c @@ -520,7 +520,7 @@ __set_irq_handler(unsigned int irq, irq_ 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 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- Sony Network and Software Technology Center Europe (NSCE) [EMAIL PROTECTED] ------- The Corporate Village, Da Vincilaan 7-D1 Voice +32-2-7008453 Fax +32-2-7008622 ---------------- B-1935 Zaventem, Belgium - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/