mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -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>