diff options
-rw-r--r-- | drivers/iommu/amd_iommu_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/amd_iommu_init.c b/drivers/iommu/amd_iommu_init.c index 6799cf9713f7..3d3eb154c2ec 100644 --- a/drivers/iommu/amd_iommu_init.c +++ b/drivers/iommu/amd_iommu_init.c | |||
@@ -2230,7 +2230,7 @@ static int __init early_amd_iommu_init(void) | |||
2230 | */ | 2230 | */ |
2231 | ret = check_ivrs_checksum(ivrs_base); | 2231 | ret = check_ivrs_checksum(ivrs_base); |
2232 | if (ret) | 2232 | if (ret) |
2233 | return ret; | 2233 | goto out; |
2234 | 2234 | ||
2235 | amd_iommu_target_ivhd_type = get_highest_supported_ivhd_type(ivrs_base); | 2235 | amd_iommu_target_ivhd_type = get_highest_supported_ivhd_type(ivrs_base); |
2236 | DUMP_printk("Using IVHD type %#x\n", amd_iommu_target_ivhd_type); | 2236 | DUMP_printk("Using IVHD type %#x\n", amd_iommu_target_ivhd_type); |