diff options
-rw-r--r-- | drivers/xen/events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/events.c b/drivers/xen/events.c index 3566c00e1e3d..dc8177950d05 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/events.c | |||
@@ -752,7 +752,7 @@ int xen_irq_from_pirq(unsigned pirq) | |||
752 | } | 752 | } |
753 | irq = -1; | 753 | irq = -1; |
754 | out: | 754 | out: |
755 | spin_lock(&irq_mapping_update_lock); | 755 | spin_unlock(&irq_mapping_update_lock); |
756 | 756 | ||
757 | return irq; | 757 | return irq; |
758 | } | 758 | } |