summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/volt/volt_pmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/volt/volt_pmu.c')
-rw-r--r--drivers/gpu/nvgpu/volt/volt_pmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/volt/volt_pmu.c b/drivers/gpu/nvgpu/volt/volt_pmu.c
index 184aa5d0..2249ae24 100644
--- a/drivers/gpu/nvgpu/volt/volt_pmu.c
+++ b/drivers/gpu/nvgpu/volt/volt_pmu.c
@@ -108,7 +108,7 @@ static u32 volt_pmu_rpc_execute(struct gk20a *g,
108 gk20a_get_gr_idle_timeout(g), 108 gk20a_get_gr_idle_timeout(g),
109 &handler.success, 1); 109 &handler.success, 1);
110 110
111 if (handler.success == 0) { 111 if (handler.success == 0U) {
112 status = -EINVAL; 112 status = -EINVAL;
113 nvgpu_err(g, "rpc call to volt failed"); 113 nvgpu_err(g, "rpc call to volt failed");
114 } 114 }