From: Peter Ujfalusi Date: Tue, 1 Apr 2014 13:23:47 +0000 (+0300) Subject: drivers: bus: omap_l3: Convert to use devm_ioremap_resource() X-Git-Tag: omap-for-v3.16/l3-noc-signed~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c4a0224add82ced3af81c3a898a228a0560720;p=pandora-kernel.git drivers: bus: omap_l3: Convert to use devm_ioremap_resource() We can then remove the iounmap() calls from probe and remove. Since the driver requests the resources via index we can do the mem resource request within a for loop. Signed-off-by: Peter Ujfalusi Reviewed-by: Santosh Shilimkar Acked-by: Tony Lindgren Signed-off-by: Nishanth Menon Tested-by: Sekhar Nori --- Reading git-diff-tree failed