diff options
Diffstat (limited to 'drivers/xen/xen-pciback/xenbus.c')
-rw-r--r-- | drivers/xen/xen-pciback/xenbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c index ad8d30c088fe..fe17c80ff4b7 100644 --- a/drivers/xen/xen-pciback/xenbus.c +++ b/drivers/xen/xen-pciback/xenbus.c | |||
@@ -247,7 +247,7 @@ static int xen_pcibk_export_device(struct xen_pcibk_device *pdev, | |||
247 | if (err) | 247 | if (err) |
248 | goto out; | 248 | goto out; |
249 | 249 | ||
250 | dev_dbg(&dev->dev, "registering for %d\n", pdev->xdev->otherend_id); | 250 | dev_info(&dev->dev, "registering for %d\n", pdev->xdev->otherend_id); |
251 | if (xen_register_device_domain_owner(dev, | 251 | if (xen_register_device_domain_owner(dev, |
252 | pdev->xdev->otherend_id) != 0) { | 252 | pdev->xdev->otherend_id) != 0) { |
253 | dev_err(&dev->dev, "Stealing ownership from dom%d.\n", | 253 | dev_err(&dev->dev, "Stealing ownership from dom%d.\n", |
@@ -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; |