summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pstate/pstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pstate/pstate.c')
-rw-r--r--drivers/gpu/nvgpu/pstate/pstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pstate/pstate.c b/drivers/gpu/nvgpu/pstate/pstate.c
index 937756d3..e164cc83 100644
--- a/drivers/gpu/nvgpu/pstate/pstate.c
+++ b/drivers/gpu/nvgpu/pstate/pstate.c
@@ -363,7 +363,7 @@ static int pstate_sw_setup(struct gk20a *g)
363 if (err) 363 if (err)
364 return err; 364 return err;
365 365
366 err = boardobjgrpconstruct_e32(&g->perf_pmu.pstatesobjs.super); 366 err = boardobjgrpconstruct_e32(g, &g->perf_pmu.pstatesobjs.super);
367 if (err) { 367 if (err) {
368 nvgpu_err(g, 368 nvgpu_err(g,
369 "error creating boardobjgrp for pstates, err=%d", 369 "error creating boardobjgrp for pstates, err=%d",