On Sat, Dec 17, 2011 at 08:26:33PM +0100, Heiko Stübner wrote: > + release_resource(hsudc->mem_rsrc); > + kfree(hsudc->mem_rsrc); release_mem_region() is paired with request_mem_region. Do not go beneath the API by doing the above.