drm/tegra: sor - Recursively remove debugfs tree
Removing only the root directory will fail when there are still files in it. Instead of manually removing all files, remove the whole directory recursively. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
7c4633861f
commit
9578184efa
@ -1036,7 +1036,7 @@ remove:
|
|||||||
|
|
||||||
static int tegra_sor_debugfs_exit(struct tegra_sor *sor)
|
static int tegra_sor_debugfs_exit(struct tegra_sor *sor)
|
||||||
{
|
{
|
||||||
debugfs_remove(sor->debugfs);
|
debugfs_remove_recursive(sor->debugfs);
|
||||||
sor->debugfs = NULL;
|
sor->debugfs = NULL;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user