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

Umang Jain umang.jain at ideasonboard.com
Tue Aug 30 12:30:53 CEST 2022


Hello,

On 8/30/22 6:43 AM, Laurent Pinchart via libcamera-devel wrote:
> 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>

Same,

Reviewed-by: Umang Jain <umang.jain 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(-)
>>



More information about the libcamera-devel mailing list