]> 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)
commit1a8150ec16081a25941b3666c0bdd39896072a13
tree4d6b192761686831adea4b2452878d62b7bf0f27
parente227846fd7da515d3056d451ddf2df9fafb7ac3c
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