diff options
Diffstat (limited to 'drivers/xen/xen-pciback/xenbus.c')
-rw-r--r-- | drivers/xen/xen-pciback/xenbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c index ad8d30c088fe..eeee499d4b3c 100644 --- a/drivers/xen/xen-pciback/xenbus.c +++ b/drivers/xen/xen-pciback/xenbus.c | |||
@@ -291,7 +291,7 @@ static int xen_pcibk_remove_device(struct xen_pcibk_device *pdev, | |||
291 | 291 | ||
292 | /* N.B. This ends up calling pcistub_put_pci_dev which ends up | 292 | /* N.B. This ends up calling pcistub_put_pci_dev which ends up |
293 | * doing the FLR. */ | 293 | * doing the FLR. */ |
294 | xen_pcibk_release_pci_dev(pdev, dev); | 294 | xen_pcibk_release_pci_dev(pdev, dev, true /* use the lock. */); |
295 | 295 | ||
296 | out: | 296 | out: |
297 | return err; | 297 | return err; |