summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmgr/pwrmonitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pmgr/pwrmonitor.c')
-rw-r--r--drivers/gpu/nvgpu/pmgr/pwrmonitor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/pmgr/pwrmonitor.c b/drivers/gpu/nvgpu/pmgr/pwrmonitor.c
index 211766eb..00c930a6 100644
--- a/drivers/gpu/nvgpu/pmgr/pwrmonitor.c
+++ b/drivers/gpu/nvgpu/pmgr/pwrmonitor.c
@@ -305,8 +305,8 @@ u32 pmgr_monitor_sw_setup(struct gk20a *g)
305 u8 indx = 0; 305 u8 indx = 0;
306 306
307 /* Construct the Super Class and override the Interfaces */ 307 /* Construct the Super Class and override the Interfaces */
308 status = boardobjgrpconstruct_e32( 308 status = boardobjgrpconstruct_e32(g,
309 &g->pmgr_pmu.pmgr_monitorobjs.pwr_channels); 309 &g->pmgr_pmu.pmgr_monitorobjs.pwr_channels);
310 if (status) { 310 if (status) {
311 nvgpu_err(g, 311 nvgpu_err(g,
312 "error creating boardobjgrp for pmgr channel, status - 0x%x", 312 "error creating boardobjgrp for pmgr channel, status - 0x%x",
@@ -320,7 +320,7 @@ u32 pmgr_monitor_sw_setup(struct gk20a *g)
320 pboardobjgrp->pmudatainstget = _pwr_channel_pmudata_instget; 320 pboardobjgrp->pmudatainstget = _pwr_channel_pmudata_instget;
321 321
322 /* Construct the Super Class and override the Interfaces */ 322 /* Construct the Super Class and override the Interfaces */
323 status = boardobjgrpconstruct_e32( 323 status = boardobjgrpconstruct_e32(g,
324 &g->pmgr_pmu.pmgr_monitorobjs.pwr_ch_rels); 324 &g->pmgr_pmu.pmgr_monitorobjs.pwr_ch_rels);
325 if (status) { 325 if (status) {
326 nvgpu_err(g, 326 nvgpu_err(g,