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)
commitb42f7f3091de06f25abf59a26a3446f7b2fd0a50
tree7e1fa517df46cbaa6140d848456569e7c7175b54
parent6110a7ebda18d103f28bec0eab65f7be01871233
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 <balbi@ti.com>
drivers/usb/musb/musb_core.c