Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145942
b: refs/heads/master
c: e9a22a1
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel committed Jun 9, 2009
1 parent 5541ba7 commit d0e581d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 71ff3bca2f70264effe8cbbdd5bc10cf6be5f2f0
refs/heads/master: e9a22a13c71986851e931bdfa054f68839ff8576
5 changes: 2 additions & 3 deletions trunk/arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1266,9 +1266,8 @@ static int get_device_resources(struct device *dev,
dma_dom = (*iommu)->default_dom;
*domain = &dma_dom->domain;
attach_device(*iommu, *domain, *bdf);
DUMP_printk(KERN_INFO "AMD IOMMU: Using protection domain "
"%d for device %s\n",
(*domain)->id, dev_name(dev));
DUMP_printk("Using protection domain %d for device %s\n",
(*domain)->id, dev_name(dev));
}

if (domain_for_device(_bdf) == NULL)
Expand Down

0 comments on commit d0e581d

Please sign in to comment.