aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/xen/events.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/xen/events.c b/drivers/xen/events.c
index 975e90fa6d5a..89987a7bf26f 100644
--- a/drivers/xen/events.c
+++ b/drivers/xen/events.c
@@ -766,8 +766,9 @@ int xen_destroy_irq(int irq)
766 printk(KERN_WARNING "unmap irq failed %d\n", rc); 766 printk(KERN_WARNING "unmap irq failed %d\n", rc);
767 goto out; 767 goto out;
768 } 768 }
769 pirq_to_irq[info->u.pirq.pirq] = -1;
770 } 769 }
770 pirq_to_irq[info->u.pirq.pirq] = -1;
771
771 irq_info[irq] = mk_unbound_info(); 772 irq_info[irq] = mk_unbound_info();
772 773
773 xen_free_irq(irq); 774 xen_free_irq(irq);