commit | e9f95e637320efe1936b647308ddf4ec5b8e0311 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Oct 21 15:49:59 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 21 15:54:40 2008 +0200 |
tree | 0b192bfac0d0a8e696c039c067a20c0126fae641 | |
parent | 0b3682ba33c59a362901b478bdab965da888b350 [diff] |
genirq: fix off by one and coding style 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>