mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>