On Wed, Aug 26, 2020 at 01:16:46PM +0200, Thomas Gleixner wrote: [...] > --- 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; > } Acked-by: Wei Liu <wei.liu@xxxxxxxxxx>