From: Thomas Gleixner Date: Thu, 16 Oct 2008 13:33:18 +0000 (+0200) Subject: genirq: fix name space collision of nr_irqs in autoprobe.c X-Git-Tag: v2.6.28-rc1~80^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d659d556f145d33798b8ad19ced10c254fe445;p=pandora-kernel.git 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 --- Reading git-diff-tree failed