Message ID | 20190503153632.8836-1-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Commit | 19f9b90542b84dcc6142659f19a7f2a0f6a9c411 |
Headers | show |
Series |
|
Related | show |
Hi Kieran, Thank you for the patch. On Fri, May 03, 2019 at 04:36:32PM +0100, Kieran Bingham wrote: > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > src/libcamera/v4l2_device.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp > index 1bbf79673c16..e22323de19c3 100644 > --- a/src/libcamera/v4l2_device.cpp > +++ b/src/libcamera/v4l2_device.cpp > @@ -717,7 +717,7 @@ int V4L2Device::importBuffers(BufferPool *pool) > return -ENOMEM; > } > > - LOG(V4L2, Debug) << "provided pool of " << pool->count() << "buffers"; > + LOG(V4L2, Debug) << "provided pool of " << pool->count() << " buffers"; > bufferPool_ = pool; > > return 0;
diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp index 1bbf79673c16..e22323de19c3 100644 --- a/src/libcamera/v4l2_device.cpp +++ b/src/libcamera/v4l2_device.cpp @@ -717,7 +717,7 @@ int V4L2Device::importBuffers(BufferPool *pool) return -ENOMEM; } - LOG(V4L2, Debug) << "provided pool of " << pool->count() << "buffers"; + LOG(V4L2, Debug) << "provided pool of " << pool->count() << " buffers"; bufferPool_ = pool; return 0;
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> --- src/libcamera/v4l2_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)