Re: [PATCH RFT] media: atomisp: Add error check in create_host_regular_capture_pipeline()

From: Dan Carpenter

Date: Thu Apr 23 2026 - 03:18:57 EST


On Thu, Apr 23, 2026 at 01:02:46PM +0700, Robertus Diawan Chris wrote:
> When calling ia_css_pipeline_create_and_add_stage() function, there's no
> condition to check whether ia_css_pipeline_create_and_add_stage() throw
> an error or not. So add conditional check for the return value of
> ia_css_pipeline_create_and_add_stage() function.
>
> This is reported by Coverity Scan with CID 1408952 as UNUSED_VALUE.
>
> Signed-off-by: Robertus Diawan Chris <robertusdchris@xxxxxxxxx>
> ---

You need a Fixes tag.

regards,
dan carpenter