From: Wei Yongjun Date: Tue, 24 Sep 2013 03:40:24 +0000 (+0800) Subject: iommu/tegra: gart: cleanup devm_* functions usage X-Git-Tag: v3.13-rc1~79^2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0c5b2579509b86c1b4a4fa7508428aa44bddd3b;p=pandora-kernel.git iommu/tegra: gart: cleanup devm_* functions usage 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 Acked-by: Hiroshi Doyu Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed