x86/msi: Consolidate MSI allocation
[linux-2.6-microblaze.git] / drivers / pci / controller / pci-hyperv.c
index fc4c3a1..f6cc49b 100644 (file)
@@ -1534,7 +1534,7 @@ static struct irq_chip hv_msi_irq_chip = {
 static irq_hw_number_t hv_msi_domain_ops_get_hwirq(struct msi_domain_info *info,
                                                   msi_alloc_info_t *arg)
 {
-       return arg->msi_hwirq;
+       return arg->hwirq;
 }
 
 static struct msi_domain_ops hv_msi_ops = {