git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e5808
)
genirq: fix name space collision of nr_irqs in autoprobe.c
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 16 Oct 2008 13:33:18 +0000
(15:33 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 16 Oct 2008 14:53:30 +0000
(16:53 +0200)
probe_irq_off() is disfunctional as the local nr_irqs is referenced
instead of the global one for the for_each_irq_desc() iterator.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found