From: Hiroshi DOYU Date: Mon, 24 May 2010 02:01:52 +0000 (+0000) Subject: omap iommu: move iommu_disable at fault to the above layer X-Git-Tag: v2.6.36-rc1~488^2~85^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b298100f0ff8b954217635504c860cdb040ccf;p=pandora-kernel.git omap iommu: move iommu_disable at fault to the above layer The function prefix "omap2_iommu_" indicates that the prefixed function belongs to "omap2_iommu_ops" to provide iommu basic functionalities for the above layers. It's better to avoid the prefixed function called in the same prefixed ones internally, like nested here. Now "iommu_disable" is called just after fault_isr() in the above layer. This is a little bit more sensible to keep the consistency of module layers. Signed-off-by: Hiroshi DOYU --- Reading git-diff-tree failed