Commit 2e55288f63343f0810f4f0a3004f78037cfb93d3

Authored by Ian Campbell
Committed by Konrad Rzeszutek Wilk
1 parent 8135591e90

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: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/xen/events.c
... ... @@ -730,6 +730,7 @@
730 730 goto out;
731 731  
732 732 irq_info[irq] = mk_pirq_info(0, map_irq.pirq, 0, map_irq.index);
  733 + pirq_to_irq[map_irq.pirq] = irq;
733 734  
734 735 set_irq_chip_and_handler_name(irq, &xen_pirq_chip,
735 736 handle_level_irq,