summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index a95368c3..e30c595e 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -4865,7 +4865,7 @@ static int gk20a_init_gr_setup_sw(struct gk20a *g)
4865 gr->sw_ready = true; 4865 gr->sw_ready = true;
4866 4866
4867 if (g->ops.gr.create_gr_sysfs) 4867 if (g->ops.gr.create_gr_sysfs)
4868 g->ops.gr.create_gr_sysfs(dev_from_gk20a(g)); 4868 g->ops.gr.create_gr_sysfs(g);
4869 4869
4870 gk20a_dbg_fn("done"); 4870 gk20a_dbg_fn("done");
4871 return 0; 4871 return 0;