]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a2c47ca3145138b9a5023adb9217f7ed6832043
tree4d6b192761686831adea4b2452878d62b7bf0f27
parent7ecef75f5b96576d6497699feaaf872ea9c3d6c1
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