mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
v4lvideo: modify error log to other [1/1]
PD#SWPL-136316 Problem: need rm log Solution: rm log Verify: ohm Change-Id: I18465f4daaff00f4c489b48c202ac46718b0615d Signed-off-by: chen.xu <chen.xu@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
983422aa4e
commit
bb64a4e9c3
@@ -2536,7 +2536,7 @@ static int vidioc_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p)
|
||||
|
||||
ret = buf_mgr_dq_checkin(dev->dp_buf_mgr, file_vf);
|
||||
if (ret != 0)
|
||||
v4l_print(dev->inst, PRINT_ERROR, "dq_checkin fail\n");
|
||||
v4l_print(dev->inst, PRINT_OTHER, "dq_checkin fail\n");
|
||||
|
||||
fput(file_vf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user