Skip to content
Commit 5117348d authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: Readd missing irq_to_desc() in fixup_irq()

commit a3c08e5d

(x86: Convert irq_chip access to new functions)
accidentally zapped desc = irq_to_desc(irq); in the vector loop.
So we lock some random irq descriptor.

Add it back.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: <stable@kernel.org> # .37
parent 2fb270f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment