Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91457df7 authored by Cyril Roelandt's avatar Cyril Roelandt Committed by Joerg Roedel
Browse files

iommu/amd: Remove redundant NULL check before dma_ops_domain_free().



dma_ops_domain_free on a NULL pointer is a no-op, so the NULL check in
amd_iommu_init_dma_ops() can be removed.

Signed-off-by: default avatarCyril Roelandt <tipecaml@gmail.com>
Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
parent f528d980
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3187,7 +3187,6 @@ int __init amd_iommu_init_dma_ops(void)
free_domains:

	for_each_iommu(iommu) {
		if (iommu->default_dom)
		dma_ops_domain_free(iommu->default_dom);
	}