From bb9c8e4e29e35fadf050c7428dcb0e50549cc8c1 Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Thu, 20 Dec 2018 13:50:06 +0530 Subject: gpu: nvgpu: remove unnecessary error print of falcon queue -For queue full there is pmu_dbg message & returned with EAGAIN error to end caller for retry, so intermediate error message is not correct print for queue full. Bug 200477085 Bug 200477931 Bug 200475876 Change-Id: I1109f15d0815f4ab2d8f8ca303db447d856f372c Signed-off-by: Mahantesh Kumbar (cherry picked from commit I263f66f7a8d8f1b98985f32f9daa49b09309c359) Reviewed-by: svc-mobile-coverity Reviewed-by: svc-mobile-misra Reviewed-by: svc-misra-checker GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions Reviewed-on: https://git-master.nvidia.com/r/1979935 Reviewed-by: Sagar Kamble Reviewed-by: Vijayakumar Subbu Tested-by: Sagar Kamble Reviewed-by: Bibek Basu --- drivers/gpu/nvgpu/common/falcon/falcon_queue.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpu/nvgpu/common') 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, err = flcn_queue_prepare_write(flcn, queue, size); if (err != 0) { - nvgpu_err(flcn->g, "flcn-%d queue-%d, fail to open", - flcn->flcn_id, queue->id); goto unlock_mutex; } -- cgit v1.2.2