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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index ee6586ae..91c82104 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -918,8 +918,8 @@ int gk20a_pm_finalize_poweron(struct device *dev)
918 g->gpu_reset_done = true; 918 g->gpu_reset_done = true;
919 } 919 }
920 920
921 if (g->ops.bios.init) 921 if (g->ops.bios_init)
922 err = g->ops.bios.init(g); 922 err = g->ops.bios_init(g);
923 if (err) 923 if (err)
924 goto done; 924 goto done;
925 925