]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
genirq: fix name space collision of nr_irqs in autoprobe.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Oct 2008 13:33:18 +0000 (15:33 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:53:30 +0000 (16:53 +0200)
commit63d659d556f145d33798b8ad19ced10c254fe445
tree2d657b684d13539893bd944bb85c546cb74b1396
parent10e580842ec8e53dddf62e1ab1871f4906477376
genirq: fix name space collision of nr_irqs in autoprobe.c

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>
kernel/irq/autoprobe.c