genirq/msi: Fix broken debug output
authorThomas Gleixner <tglx@linutronix.de>
Mon, 4 Jul 2016 13:32:25 +0000 (15:32 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 4 Jul 2016 13:32:25 +0000 (15:32 +0200)
commit4364e1a29be16b2783c0bcbc263f61236af64281
tree4d6b192761686831adea4b2452878d62b7bf0f27
parent8658be133baa92c06b6d832a436d437deb2e2a22
genirq/msi: Fix broken debug output

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>
kernel/irq/msi.c