vq: lower the log level related to fence_file. [1/1]

PD#SWPL-143187

Problem:
ATV set channel lock, serial output fence_ File is NULL printing.

Solution:
lower the log level related to fence_file.

Verify:
T5W

Change-Id: I2625ef22701b5f26b67cccd7cb7f20a4d21eba23
Signed-off-by: zhenteng.tian <zhenteng.tian@amlogic.com>
This commit is contained in:
zhenteng.tian
2023-10-24 11:04:14 +08:00
committed by Luan Yuan
parent 6939f3aec1
commit abe2d4e4bf
@@ -813,12 +813,12 @@ static void do_fence_thread(struct video_queue_dev *dev)
if (!IS_ERR_OR_NULL(fence_file))
sync_file = (struct sync_file *)fence_file->private_data;
else
vq_print(P_ERROR, "fence_file is NULL\n");
vq_print(P_OTHER, "fence_file is NULL\n");
if (!IS_ERR_OR_NULL(sync_file))
fence_obj = sync_file->fence;
else
vq_print(P_ERROR, "sync_file is NULL\n");
vq_print(P_OTHER, "sync_file is NULL\n");
if (fence_obj) {
vq_print(P_FENCE, "sync_file=%px, seqno=%lld\n",