Commit cee57d4f authored by Parav Pandit's avatar Parav Pandit Committed by Joerg Roedel
Browse files

iommu/vt-d: Remove unnecessary braces

parent 74f6d776
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -683,9 +683,8 @@ static int domain_update_iommu_superpage(struct dmar_domain *domain,
	struct intel_iommu *iommu;
	int mask = 0x3;

	if (!intel_iommu_superpage) {
	if (!intel_iommu_superpage)
		return 0;
	}

	/* set iommu_superpage to the smallest common denominator */
	rcu_read_lock();