summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/therm_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/therm_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/therm_gk20a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/therm_gk20a.c b/drivers/gpu/nvgpu/gk20a/therm_gk20a.c
index 1fb60438..da8e2894 100644
--- a/drivers/gpu/nvgpu/gk20a/therm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/therm_gk20a.c
@@ -104,6 +104,9 @@ int gk20a_init_therm_support(struct gk20a *g)
104 if (err) 104 if (err)
105 return err; 105 return err;
106 106
107 if (g->ops.therm.therm_debugfs_init)
108 g->ops.therm.therm_debugfs_init(g);
109
107 return err; 110 return err;
108} 111}
109 112