diff options
| -rw-r--r-- | arch/x86/kernel/amd_iommu_init.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/arch/x86/kernel/amd_iommu_init.c b/arch/x86/kernel/amd_iommu_init.c index 148fcfe22f17..4cd8083c58be 100644 --- a/arch/x86/kernel/amd_iommu_init.c +++ b/arch/x86/kernel/amd_iommu_init.c | |||
| @@ -723,9 +723,7 @@ static int __init init_iommu_one(struct amd_iommu *iommu, struct ivhd_header *h) | |||
| 723 | init_iommu_from_acpi(iommu, h); | 723 | init_iommu_from_acpi(iommu, h); | 
| 724 | init_iommu_devices(iommu); | 724 | init_iommu_devices(iommu); | 
| 725 | 725 | ||
| 726 | pci_enable_device(iommu->dev); | 726 | return pci_enable_device(iommu->dev); | 
| 727 | |||
| 728 | return 0; | ||
| 729 | } | 727 | } | 
| 730 | 728 | ||
| 731 | /* | 729 | /* | 
