0e2f374eecb9 author Aaro Koskinen 1300105712 +0000 committer Tony Lindgren 1300126474 -0700 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 ª