Skip to content
Snippets Groups Projects
Commit 1d5f821c authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

mips: vr41xx: Use irdq_irq_disabled()


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent e4ec7989
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ static void irq_dispatch(unsigned int irq)
atomic_inc(&irq_err_count);
else
irq_dispatch(irq);
if (!(desc->status & IRQ_DISABLED) && chip->irq_unmask)
if (!irqd_irq_disabled(idata) && chip->irq_unmask)
chip->irq_unmask(idata);
} else
do_IRQ(irq);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment