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. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html