]> git.ipfire.org Git - people/arne_f/kernel.git/commit
usb: host: xhci-plat: release mem region while removing module
authorGeorge Cherian <george.cherian@ti.com>
Fri, 21 Jun 2013 08:29:08 +0000 (13:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Jul 2013 00:16:07 +0000 (17:16 -0700)
commit0eadaa9e3707fe8a5afa35bbff65b947c7fce24c
tree2f1b6503a23430764573b34109fcd20d100ff9b5
parentab8a26163ce188b1264d23deacc7a8f43ec6fd5b
usb: host: xhci-plat: release mem region while removing module

commit 5388a3a5faba8dfa69e5f06c3a415d373c1a4316 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-plat.c