Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113220
b: refs/heads/master
c: 8a66712
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 12, 2008
1 parent 19d3f2f commit 9e2b95c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d562353a4533c4671af683499191707c9a77c406
refs/heads/master: 8a66712ba0969aea5580b9e312badfc2490fc614
4 changes: 1 addition & 3 deletions trunk/arch/x86/kernel/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,7 @@ static int __init init_iommu_one(struct amd_iommu *iommu, struct ivhd_header *h)
init_iommu_from_acpi(iommu, h);
init_iommu_devices(iommu);

pci_enable_device(iommu->dev);

return 0;
return pci_enable_device(iommu->dev);
}

/*
Expand Down

0 comments on commit 9e2b95c

Please sign in to comment.