commit | 91457df7733564015f846c501424610318a5b85f | [log] [tgz] |
---|---|---|
author | Cyril Roelandt <tipecaml@gmail.com> | Tue Feb 12 05:01:50 2013 +0100 |
committer | Joerg Roedel <joro@8bytes.org> | Wed Feb 13 12:10:53 2013 +0100 |
tree | 0a7a62aeb855bf5728531aa28e2a7bbc916e89ca | |
parent | f528d980c17b8714aedc918ba86e058af914d66b [diff] |
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: Cyril Roelandt <tipecaml@gmail.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>