summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/debug_allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/debug_allocator.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/debug_allocator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/debug_allocator.c b/drivers/gpu/nvgpu/common/linux/debug_allocator.c
index 3d4a2bb2..9102b989 100644
--- a/drivers/gpu/nvgpu/common/linux/debug_allocator.c
+++ b/drivers/gpu/nvgpu/common/linux/debug_allocator.c
@@ -67,7 +67,7 @@ void nvgpu_fini_alloc_debug(struct nvgpu_allocator *a)
67 67
68void nvgpu_alloc_debugfs_init(struct gk20a *g) 68void nvgpu_alloc_debugfs_init(struct gk20a *g)
69{ 69{
70 struct gk20a_platform *platform = dev_get_drvdata(g->dev); 70 struct gk20a_platform *platform = dev_get_drvdata(dev_from_gk20a(g));
71 71
72 g->debugfs_allocators = debugfs_create_dir("allocators", platform->debugfs); 72 g->debugfs_allocators = debugfs_create_dir("allocators", platform->debugfs);
73 if (IS_ERR_OR_NULL(g->debugfs_allocators)) { 73 if (IS_ERR_OR_NULL(g->debugfs_allocators)) {