[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.62.0612201559100.457@pademelon.sonytel.be>
Date: Wed, 20 Dec 2006 15:59:48 +0100 (CET)
From: Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>
To: Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
cc: Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: [PATCH] __set_irq_handler bogus space
__set_irq_handler: Kill a bogus space
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>
---
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)
Geert.Uytterhoeven@...ycom.com ------- 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists