summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 2b99b52c..47f6c56c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -96,9 +96,6 @@ int gk20a_prepare_poweroff(struct gk20a *g)
96 96
97 gk20a_dbg_fn(""); 97 gk20a_dbg_fn("");
98 98
99 if (gk20a_fifo_is_engine_busy(g))
100 return -EBUSY;
101
102 ret = gk20a_channel_suspend(g); 99 ret = gk20a_channel_suspend(g);
103 if (ret) 100 if (ret)
104 return ret; 101 return ret;