X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fpci%2Fcontroller%2Fpci-hyperv.c;h=f6cc49ba6e8086b1676bb8c188cf70bdbc4a0f71;hb=3b9c1d377d67072d1d8a2373b4969103cca00dab;hp=fc4c3a15e5707d6e548b02335bede06313de5ee9;hpb=dd9fb9bb3340c791a2be106fdc895db75f177343;p=linux-2.6-microblaze.git diff --git a/drivers/pci/controller/pci-hyperv.c b/drivers/pci/controller/pci-hyperv.c index fc4c3a15e570..f6cc49ba6e80 100644 --- a/drivers/pci/controller/pci-hyperv.c +++ b/drivers/pci/controller/pci-hyperv.c @@ -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 = {