genirq/msi: Fix broken debug output
[deliverable/linux.git] / kernel / irq / msi.c
index 0e2a736b14a7f03048be7b6343b46c32fa8d62ee..54999350162cbc89326a67a3728814e17871d784 100644 (file)
@@ -353,6 +353,7 @@ int msi_domain_alloc_irqs(struct irq_domain *domain, struct device *dev,
                ops->msi_finish(&arg, 0);
 
        for_each_msi_entry(desc, dev) {
+               virq = desc->irq;
                if (desc->nvec_used == 1)
                        dev_dbg(dev, "irq %d for MSI\n", virq);
                else
This page took 0.046552 seconds and 5 git commands to generate.