summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_vf_point.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_vf_point.c')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_vf_point.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_vf_point.c b/drivers/gpu/nvgpu/clk/clk_vf_point.c
index c109d9f1..49327698 100644
--- a/drivers/gpu/nvgpu/clk/clk_vf_point.c
+++ b/drivers/gpu/nvgpu/clk/clk_vf_point.c
@@ -97,7 +97,7 @@ u32 clk_vf_point_sw_setup(struct gk20a *g)
97 97
98 gk20a_dbg_info(""); 98 gk20a_dbg_info("");
99 99
100 status = boardobjgrpconstruct_e255(&g->clk_pmu.clk_vf_pointobjs.super); 100 status = boardobjgrpconstruct_e255(g, &g->clk_pmu.clk_vf_pointobjs.super);
101 if (status) { 101 if (status) {
102 nvgpu_err(g, 102 nvgpu_err(g,
103 "error creating boardobjgrp for clk vfpoint, status - 0x%x", 103 "error creating boardobjgrp for clk vfpoint, status - 0x%x",