mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Both host1x and nvhost expose APIs that deinitialize the debugfs and remove debugfs files/directories that were created. At present, debugfs_remove() is inovked to do this. However, debugfs_remove_recursive() should instead be used to ensure that all files within a debugfs are recursively removed before the directory is removed. Bug 3662478 Change-Id: Idb7d1458c02f57f6d656a7bfe1df3adf5e0497aa Signed-off-by: Abhinaya Agrawal <abhinayaa@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2714042 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Omar Nemri <onemri@nvidia.com> GVS: Gerrit_Virtual_Submit