]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
genirq/msi: Fix broken debug output
authorThomas Gleixner <tglx@linutronix.de>
Mon, 4 Jul 2016 13:32:25 +0000 (15:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2016 08:09:41 +0000 (10:09 +0200)
commit7a9d6a281eb203202be17b4288a2adb75ac81f02
treed0547202a55305d8b08ffeb1840e2512f95d68ed
parent7d05ad5e34adaeffe0a435ddcc98a9b2031d1cc4
genirq/msi: Fix broken debug output

commit 4364e1a29be16b2783c0bcbc263f61236af64281 upstream.

virq is not required to be the same for all msi descs. Use the base irq number
from the desc in the debug printk.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/irq/msi.c