Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282105
b: refs/heads/master
c: 6c254de
h: refs/heads/master
i:
  282103: ea4a2d2
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Jan 9, 2012
1 parent 809475d commit da44846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3167355801505886209374daf86a452034e34ee8
refs/heads/master: 6c254de16a1d14c1ac931d3aa08dc88ac9fc582b
4 changes: 2 additions & 2 deletions trunk/drivers/xen/xen-pciback/xenbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ static int xen_pcibk_export_device(struct xen_pcibk_device *pdev,
dev_dbg(&dev->dev, "registering for %d\n", pdev->xdev->otherend_id);
if (xen_register_device_domain_owner(dev,
pdev->xdev->otherend_id) != 0) {
dev_err(&dev->dev, "device has been assigned to another " \
"domain! Over-writting the ownership, but beware.\n");
dev_err(&dev->dev, "Stealing ownership from dom%d.\n",
xen_find_device_domain_owner(dev));
xen_unregister_device_domain_owner(dev);
xen_register_device_domain_owner(dev, pdev->xdev->otherend_id);
}
Expand Down

0 comments on commit da44846

Please sign in to comment.