Re: [PATCH] usb: host: xhci-plat: release mem region while removing module

2013-06-25 Thread Sarah Sharp
On Mon, Jun 24, 2013 at 05:22:24PM +0300, Felipe Balbi wrote: > On Fri, Jun 21, 2013 at 01:59:08PM +0530, George Cherian wrote: > > Do a release_mem_region of the hcd resource. Without this the > > subsequent insertion of module fails in request_mem_region. > > > > Signed-off-by: George Cherian >

Re: [PATCH] usb: host: xhci-plat: release mem region while removing module

2013-06-24 Thread Felipe Balbi
On Fri, Jun 21, 2013 at 01:59:08PM +0530, George Cherian wrote: > Do a release_mem_region of the hcd resource. Without this the > subsequent insertion of module fails in request_mem_region. > > Signed-off-by: George Cherian very nice catch. Acked-by: Felipe Balbi You need to resend with:

[PATCH] usb: host: xhci-plat: release mem region while removing module

2013-06-21 Thread George Cherian
Do a release_mem_region of the hcd resource. Without this the subsequent insertion of module fails in request_mem_region. Signed-off-by: George Cherian --- drivers/usb/host/xhci-plat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c