git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f528d98
)
iommu/amd: Remove redundant NULL check before dma_ops_domain_free().
author
Cyril Roelandt
<tipecaml@gmail.com>
Tue, 12 Feb 2013 04:01:50 +0000
(
05:01
+0100)
committer
Joerg Roedel
<joro@8bytes.org>
Wed, 13 Feb 2013 11:10:53 +0000
(12:10 +0100)
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>
No differences found