summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/therm/thrmchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/therm/thrmchannel.c')
-rw-r--r--drivers/gpu/nvgpu/therm/thrmchannel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/therm/thrmchannel.c b/drivers/gpu/nvgpu/therm/thrmchannel.c
index dd2f7cb3..f8be8430 100644
--- a/drivers/gpu/nvgpu/therm/thrmchannel.c
+++ b/drivers/gpu/nvgpu/therm/thrmchannel.c
@@ -217,7 +217,8 @@ u32 therm_channel_sw_setup(struct gk20a *g)
217 struct therm_channels *pthermchannelobjs; 217 struct therm_channels *pthermchannelobjs;
218 218
219 /* Construct the Super Class and override the Interfaces */ 219 /* Construct the Super Class and override the Interfaces */
220 status = boardobjgrpconstruct_e32(&g->therm_pmu.therm_channelobjs.super); 220 status = boardobjgrpconstruct_e32(g,
221 &g->therm_pmu.therm_channelobjs.super);
221 if (status) { 222 if (status) {
222 nvgpu_err(g, 223 nvgpu_err(g,
223 "error creating boardobjgrp for therm devices, status - 0x%x", 224 "error creating boardobjgrp for therm devices, status - 0x%x",