usb: musb: switch over to devm_ioremap_resource()
authorFelipe Balbi <balbi@ti.com>
Mon, 4 Feb 2013 17:04:45 +0000 (19:04 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:04 +0000 (11:17 +0200)
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 <balbi@ti.com>

No differences found