aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2014-12-03 16:40:29 -0500
committerDavid Vrabel <david.vrabel@citrix.com>2014-12-04 07:42:00 -0500
commit15390613b6554b554205d6d76cbbbb4a018a9ce4 (patch)
tree916c9798810290635b587e768da2c8a0b5d6b9b4
parentb5d512147aecc11ba8ecc62f4083f5a9f86d332f (diff)
xen/pciback: Print out the domain owning the device.
We had been printing it only if the device was built with debug enabled. But this information is useful in the field to troubleshoot. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: David Vrabel <david.vrabel@citrix.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>
-rw-r--r--drivers/xen/xen-pciback/xenbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index eeee499d4b3c..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",