mirror of
https://github.com/torvalds/linux
synced 2026-06-20 01:42:09 +09: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>