summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/therm/thrmdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/therm/thrmdev.c')
-rw-r--r--drivers/gpu/nvgpu/therm/thrmdev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/therm/thrmdev.c b/drivers/gpu/nvgpu/therm/thrmdev.c
index 5c416e50..1aff119c 100644
--- a/drivers/gpu/nvgpu/therm/thrmdev.c
+++ b/drivers/gpu/nvgpu/therm/thrmdev.c
@@ -164,7 +164,8 @@ u32 therm_device_sw_setup(struct gk20a *g)
164 struct therm_devices *pthermdeviceobjs; 164 struct therm_devices *pthermdeviceobjs;
165 165
166 /* Construct the Super Class and override the Interfaces */ 166 /* Construct the Super Class and override the Interfaces */
167 status = boardobjgrpconstruct_e32(&g->therm_pmu.therm_deviceobjs.super); 167 status = boardobjgrpconstruct_e32(g,
168 &g->therm_pmu.therm_deviceobjs.super);
168 if (status) { 169 if (status) {
169 nvgpu_err(g, 170 nvgpu_err(g,
170 "error creating boardobjgrp for therm devices, status - 0x%x", 171 "error creating boardobjgrp for therm devices, status - 0x%x",