[libcamera-devel] [PATCH 0/3] Remove redundant calls to std::string::c_str()

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Aug 30 03:13:08 CEST 2022


Hi Marvin,

Thank you for the patch.

On Mon, Aug 29, 2022 at 08:58:46PM +0200, Marvin Schmidt via libcamera-devel wrote:
> This is just a small series fixing three locations where std::string::c_str() is
> used in a function call taking a std::string argument
> 
> Marvin Schmidt (3):
>   test: camera: Remove redundant call of std::string::c_str()
>   ipa: ipu3: Remove redundant call of std::string::c_str()
>   ipa: rkisp1: Remove redundant call of std::string::c_str()

For the whole series,

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

>  src/ipa/ipu3/ipu3.cpp              | 2 +-
>  src/ipa/rkisp1/rkisp1.cpp          | 2 +-
>  test/camera/camera_reconfigure.cpp | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list