Re: [PATCH RFT] media: atomisp: Add error check in create_host_regular_capture_pipeline()
Dan Carpenter <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- You need a Fixes tag. regards, dan carpenter