summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index ee42f4d7..ff052400 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1210,7 +1210,6 @@ static bool gk20a_fifo_set_ctx_mmu_error(struct gk20a *g,
1210 /* unblock pending waits */ 1210 /* unblock pending waits */
1211 wake_up(&ch->semaphore_wq); 1211 wake_up(&ch->semaphore_wq);
1212 wake_up(&ch->notifier_wq); 1212 wake_up(&ch->notifier_wq);
1213 wake_up(&ch->submit_wq);
1214 return verbose; 1213 return verbose;
1215} 1214}
1216 1215