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:
0b3682b
)
genirq: fix off by one and coding style
author
Ingo Molnar
<mingo@elte.hu>
Tue, 21 Oct 2008 13:49:59 +0000
(15:49 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 21 Oct 2008 13:54:40 +0000
(15:54 +0200)
Fix off-by-one in for_each_irq_desc_reverse().
Impact is near zero in practice, because nothing substantial wants to
iterate down to IRQ#0 - but fix it nevertheless.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found