From: Aaro Koskinen Date: Mon, 14 Mar 2011 12:28:32 +0000 (+0000) Subject: arm: plat-omap: iommu: fix request_mem_region() error path X-Git-Tag: v2.6.39-rc1~432^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4a0f764a6017659bf32505bbd773f561eaf605;p=pandora-kernel.git arm: plat-omap: iommu: fix request_mem_region() error path request_mem_region() error exit will leak ioremapped memory. Fix this by moving the ioremap() after request_mem_region(), which is the proper order to do this anyway. Signed-off-by: Aaro Koskinen Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed