commit | 5388a3a5faba8dfa69e5f06c3a415d373c1a4316 | [log] [tgz] |
---|---|---|
author | George Cherian <george.cherian@ti.com> | Fri Jun 21 13:59:08 2013 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 24 16:15:26 2013 -0700 |
tree | 3699344ad8de51289123387d41a9fe4c8525bd30 | |
parent | 269b83dc9ce007efc4393e8a5b77f208a0e18e4a [diff] |
usb: host: xhci-plat: release mem region while removing module 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 <george.cherian@ti.com> Acked-by: Felipe Balbi <balbi@ti.com> Cc: stable <stable@vger.kernel.org> # 3.4+ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>