projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9c154
)
Fix typo in call to irq_to_desc()
author
Morten Holst Larsen
<m-larsen@post6.tele.dk>
Sun, 23 Jan 2011 12:40:47 +0000
(13:40 +0100)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 2 Mar 2011 19:57:34 +0000
(14:57 -0500)
Fix typo in call to irq_to_desc()
Signed-off-by: Morten H. Larsen <m-larsen@post6.tele.dk>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/kernel/irq.c
patch
|
blob
|
history
diff --git
a/arch/alpha/kernel/irq.c
b/arch/alpha/kernel/irq.c
index
9ab234f
..
d3e20c7
100644
(file)
--- a/
arch/alpha/kernel/irq.c
+++ b/
arch/alpha/kernel/irq.c
@@
-44,7
+44,7
@@
static char irq_user_affinity[NR_IRQS];
int irq_select_affinity(unsigned int irq)
{
- struct irq_desc *desc = irq_to_desc
[irq]
;
+ struct irq_desc *desc = irq_to_desc
(irq)
;
static int last_cpu;
int cpu = last_cpu + 1;