Re: [RFC PATCH 02/10] usb: musb: switch over to devm_ioremap_resource()

2013-02-08 Thread Felipe Balbi
Hi, On Fri, Feb 08, 2013 at 06:04:03PM +0300, Sergei Shtylyov wrote: > Hello. > > On 02/08/2013 04:02 PM, Felipe Balbi wrote: > > > 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: Felip

Re: [RFC PATCH 02/10] usb: musb: switch over to devm_ioremap_resource()

2013-02-08 Thread Sergei Shtylyov
Hello. On 02/08/2013 04:02 PM, Felipe Balbi wrote: > 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 > --- > drivers/usb/musb/musb_core.c | 11 ++- > 1 file changed, 2 ins

[RFC PATCH 02/10] usb: musb: switch over to devm_ioremap_resource()

2013-02-08 Thread Felipe Balbi
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 --- drivers/usb/musb/musb_core.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/usb/musb/musb_core