summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index b8753a21..fb0a6aa3 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -889,7 +889,7 @@ static int gk20a_pm_finalize_poweron(struct device *dev)
889 goto done; 889 goto done;
890 } 890 }
891 891
892 err = gk20a_init_gpu_characteristics(g); 892 err = g->ops.chip_init_gpu_characteristics(g);
893 if (err) { 893 if (err) {
894 gk20a_err(dev, "failed to init gk20a gpu characteristics"); 894 gk20a_err(dev, "failed to init gk20a gpu characteristics");
895 goto done; 895 goto done;