summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c b/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
index 746460c7..cd70d7c3 100644
--- a/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
@@ -136,7 +136,7 @@ static int gk20a_ctrl_mark_compressible_write(
136 struct gk20a *g, 136 struct gk20a *g,
137 struct nvgpu_gpu_mark_compressible_write_args *args) 137 struct nvgpu_gpu_mark_compressible_write_args *args)
138{ 138{
139 int ret = 0; 139 int ret;
140 140
141 ret = gk20a_busy(g->dev); 141 ret = gk20a_busy(g->dev);
142 if (ret) 142 if (ret)