aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/xen/events.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/events.c b/drivers/xen/events.c
index 36bf17dc7bfc..c60d1629c916 100644
--- a/drivers/xen/events.c
+++ b/drivers/xen/events.c
@@ -842,6 +842,7 @@ int bind_evtchn_to_irq(unsigned int evtchn)
842 struct irq_info *info = info_for_irq(irq); 842 struct irq_info *info = info_for_irq(irq);
843 WARN_ON(info == NULL || info->type != IRQT_EVTCHN); 843 WARN_ON(info == NULL || info->type != IRQT_EVTCHN);
844 } 844 }
845 irq_clear_status_flags(irq, IRQ_NOREQUEST|IRQ_NOAUTOEN);
845 846
846out: 847out:
847 mutex_unlock(&irq_mapping_update_lock); 848 mutex_unlock(&irq_mapping_update_lock);