Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343438
b: refs/heads/master
c: d151f63
h: refs/heads/master
v: v3
  • Loading branch information
Shuah Khan authored and Marcelo Tosatti committed Oct 10, 2012
1 parent 73d9c97 commit b18414e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: b6785def8368f9a69505797fcbd9f280d91b673e
refs/heads/master: d151f63f20133aef9dbda209faddebcddbfccf31
6 changes: 1 addition & 5 deletions trunk/virt/kvm/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,7 @@ int kvm_assign_device(struct kvm *kvm,

r = iommu_attach_device(domain, &pdev->dev);
if (r) {
printk(KERN_ERR "assign device %x:%x:%x.%x failed",
pci_domain_nr(pdev->bus),
pdev->bus->number,
PCI_SLOT(pdev->devfn),
PCI_FUNC(pdev->devfn));
dev_err(&pdev->dev, "kvm assign device failed ret %d", r);
return r;
}

Expand Down

0 comments on commit b18414e

Please sign in to comment.