summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_fll.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_fll.c')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_fll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_fll.c b/drivers/gpu/nvgpu/clk/clk_fll.c
index d06cac42..2f05448f 100644
--- a/drivers/gpu/nvgpu/clk/clk_fll.c
+++ b/drivers/gpu/nvgpu/clk/clk_fll.c
@@ -124,7 +124,7 @@ u32 clk_fll_sw_setup(struct gk20a *g)
124 124
125 gk20a_dbg_info(""); 125 gk20a_dbg_info("");
126 126
127 status = boardobjgrpconstruct_e32(&g->clk_pmu.avfs_fllobjs.super); 127 status = boardobjgrpconstruct_e32(g, &g->clk_pmu.avfs_fllobjs.super);
128 if (status) { 128 if (status) {
129 nvgpu_err(g, 129 nvgpu_err(g,
130 "error creating boardobjgrp for fll, status - 0x%x", status); 130 "error creating boardobjgrp for fll, status - 0x%x", status);