commit | da4a0f764a6017659bf32505bbd773f561eaf605 | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <Aaro.Koskinen@nokia.com> | Mon Mar 14 12:28:32 2011 +0000 |
committer | Tony Lindgren <tony@atomide.com> | Mon Mar 14 11:14:34 2011 -0700 |
tree | eaa500c6cb4f137d0144ba036d213fb6a06a3fff | |
parent | b235e007831dbf57710e59cd4a120e2f374eecb9 [diff] |
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 <aaro.koskinen@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>