summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common')
-rw-r--r--drivers/gpu/nvgpu/common/falcon/falcon_queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/falcon/falcon_queue.c b/drivers/gpu/nvgpu/common/falcon/falcon_queue.c
index 1d0a7a6c..d098fa42 100644
--- a/drivers/gpu/nvgpu/common/falcon/falcon_queue.c
+++ b/drivers/gpu/nvgpu/common/falcon/falcon_queue.c
@@ -342,8 +342,6 @@ int nvgpu_flcn_queue_push(struct nvgpu_falcon *flcn,
342 342
343 err = flcn_queue_prepare_write(flcn, queue, size); 343 err = flcn_queue_prepare_write(flcn, queue, size);
344 if (err != 0) { 344 if (err != 0) {
345 nvgpu_err(flcn->g, "flcn-%d queue-%d, fail to open",
346 flcn->flcn_id, queue->id);
347 goto unlock_mutex; 345 goto unlock_mutex;
348 } 346 }
349 347