summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/therm/thrmpmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/therm/thrmpmu.c')
-rw-r--r--drivers/gpu/nvgpu/therm/thrmpmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/therm/thrmpmu.c b/drivers/gpu/nvgpu/therm/thrmpmu.c
index 84e9871a..918d4ad8 100644
--- a/drivers/gpu/nvgpu/therm/thrmpmu.c
+++ b/drivers/gpu/nvgpu/therm/thrmpmu.c
@@ -102,7 +102,7 @@ static u32 therm_pmu_cmd_post(struct gk20a *g, struct pmu_cmd *cmd,
102 &handlerparams->success, 1); 102 &handlerparams->success, 1);
103 103
104 if (handlerparams->success == 0) { 104 if (handlerparams->success == 0) {
105 nvgpu_err(g, "could not process cmd\n"); 105 nvgpu_err(g, "could not process cmd");
106 status = -ETIMEDOUT; 106 status = -ETIMEDOUT;
107 goto exit; 107 goto exit;
108 } 108 }