[libcamera-devel] [PATCH v1 1/2] pipeline: raspberrypi: Fix log message

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Feb 1 11:06:24 CET 2022


Hi Naush,

Thank you for the patch.

On Tue, Feb 01, 2022 at 09:27:37AM +0000, Naushir Patuck wrote:
> Fix a typo in a logging message.
> 
> Signed-off-by: Naushir Patuck <naush at raspberrypi.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
> index 8c03eecefe42..6a46e6bc89fa 100644
> --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
> +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
> @@ -2070,7 +2070,7 @@ void RPiCameraData::tryRunPipeline()
>  		ispPrepare.embeddedBufferPresent = true;
>  
>  		LOG(RPI, Debug) << "Signalling signalIspPrepare:"
> -				<< " Bayer buffer id: " << embeddedId;
> +				<< " Embedded buffer id: " << embeddedId;
>  	}
>  
>  	ipa_->signalIspPrepare(ispPrepare);

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list