v4l2: v4l2_camera_proxy: Drop trace message from freeBuffers()
The freeBuffers() function is only called from vidioc_reqbufs(), which already logs a trace message. Remove the duplicate. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
07d5fff29c
commit
c006f96485
1 changed files with 0 additions and 2 deletions
|
@ -445,8 +445,6 @@ int V4L2CameraProxy::vidioc_s_input(V4L2CameraFile *file, int *arg)
|
|||
|
||||
void V4L2CameraProxy::freeBuffers()
|
||||
{
|
||||
LOG(V4L2Compat, Debug) << "Freeing libcamera bufs";
|
||||
|
||||
vcam_->freeBuffers();
|
||||
buffers_.clear();
|
||||
bufferCount_ = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue