mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user