summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/debug.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/debug.c b/drivers/gpu/nvgpu/common/linux/debug.c
index 5750800f..08d0e679 100644
--- a/drivers/gpu/nvgpu/common/linux/debug.c
+++ b/drivers/gpu/nvgpu/common/linux/debug.c
@@ -409,5 +409,5 @@ void gk20a_debug_deinit(struct gk20a *g)
409 gk20a_fifo_debugfs_deinit(g); 409 gk20a_fifo_debugfs_deinit(g);
410 410
411 debugfs_remove_recursive(l->debugfs); 411 debugfs_remove_recursive(l->debugfs);
412 debugfs_remove_recursive(l->debugfs_alias); 412 debugfs_remove(l->debugfs_alias);
413} 413}