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:
e56b3da
)
iommu/tegra: gart: cleanup devm_* functions usage
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 24 Sep 2013 03:40:24 +0000
(11:40 +0800)
committer
Joerg Roedel
<joro@8bytes.org>
Tue, 24 Sep 2013 13:01:35 +0000
(15:01 +0200)
The devm_[kzalloc|ioremap] functions allocates data that are released
when a driver detaches. Thus, there is no reason to explicitly call
devm_[kfree|iounmap] in probe or remove functions.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
No differences found