diff --git a/drivers/gpu/host1x-nvhost/nvhost.c b/drivers/gpu/host1x-nvhost/nvhost.c index 65a9a6a7..502d6c6a 100644 --- a/drivers/gpu/host1x-nvhost/nvhost.c +++ b/drivers/gpu/host1x-nvhost/nvhost.c @@ -629,7 +629,7 @@ void nvhost_module_deinit(struct platform_device *pdev) falcon_exit(falcon); } - debugfs_remove(pdata->debugfs); + debugfs_remove_recursive(pdata->debugfs); } EXPORT_SYMBOL(nvhost_module_deinit);