projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4604096
)
[PATCH] __set_irq_handler bogus space
author
Geert Uytterhoeven
<Geert.Uytterhoeven@sonycom.com>
Wed, 20 Dec 2006 14:59:48 +0000
(15:59 +0100)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Thu, 21 Dec 2006 08:08:27 +0000
(
00:08
-0800)
__set_irq_handler: Kill a bogus space
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/irq/chip.c
patch
|
blob
|
history
diff --git
a/kernel/irq/chip.c
b/kernel/irq/chip.c
index ebfd24a41858fd0c9751bfa356a9e85248e57c95..1c1b7125b8ac4b72ff0a0dad11977f7d58758ec2 100644
(file)
--- a/
kernel/irq/chip.c
+++ b/
kernel/irq/chip.c
@@
-520,7
+520,7
@@
__set_irq_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained,
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