genirq: fix off by one and coding style
authorIngo Molnar <mingo@elte.hu>
Tue, 21 Oct 2008 13:49:59 +0000 (15:49 +0200)
committerIngo 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