mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Existing app deinit code is setting info and other pointers to NULL, but not calling nvadsp_app_deinit() to close instance on ADSP. Due to this multiple instances app get created on ADSP and causing memory leaks. Current usecases use static paths so app_deinit functionality is not needed and adds overhead of freeing and allocating apps everytime. So making tegra210_adsp_app_deinit() a empty function for now. Proper app deinit functionality will be added in future if needed. Bug 200106688 Change-Id: I2b57efa6fa57253ee249c3dc3c43b5843109e2ae Signed-off-by: Viraj Karandikar <vkarandikar@nvidia.com> Reviewed-on: http://git-master/r/744945 (cherry picked from commit ad17bed71e23a978202de7f7a695a4c4cede5dc7) Reviewed-on: http://git-master/r/747320