From: Felipe Balbi Date: Mon, 4 Feb 2013 17:04:45 +0000 (+0200) Subject: usb: musb: switch over to devm_ioremap_resource() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~243 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42f7f3091de06f25abf59a26a3446f7b2fd0a50;p=pandora-kernel.git usb: musb: switch over to devm_ioremap_resource() this will make sure that request_memory_region() will be called and that we don't need to manually call iounmap() on ->remove(). Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed