Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e55288f authored by Ian Campbell's avatar Ian Campbell Committed by Konrad Rzeszutek Wilk
Browse files

xen: events: update pirq_to_irq in xen_create_msi_irq



I don't think this was a deliberate ommision.

Makes the tail end of this function look even more like
xen_bind_pirq_msi_to_irq.

Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 8135591e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -730,6 +730,7 @@ int xen_create_msi_irq(struct pci_dev *dev, struct msi_desc *msidesc, int type)
		goto out;

	irq_info[irq] = mk_pirq_info(0, map_irq.pirq, 0, map_irq.index);
	pirq_to_irq[map_irq.pirq] = irq;

	set_irq_chip_and_handler_name(irq, &xen_pirq_chip,
			handle_level_irq,