diff options
-rw-r--r-- | drivers/xen/xen-pciback/vpci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/xen-pciback/vpci.c b/drivers/xen/xen-pciback/vpci.c index 01222d7dd20d..46d140baebd8 100644 --- a/drivers/xen/xen-pciback/vpci.c +++ b/drivers/xen/xen-pciback/vpci.c | |||
@@ -238,7 +238,7 @@ static int __xen_pcibk_get_pcifront_dev(struct pci_dev *pcidev, | |||
238 | } | 238 | } |
239 | } | 239 | } |
240 | } | 240 | } |
241 | mutex_lock(&vpci_dev->lock); | 241 | mutex_unlock(&vpci_dev->lock); |
242 | return found; | 242 | return found; |
243 | } | 243 | } |
244 | 244 | ||