Re: [PATCH RFT] media: atomisp: Add error check in create_host_regular_capture_pipeline()
Robertus Diawan Chris <[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 | <aesEDiGBZiScCb0D@soyboi> |
Hello Dan, On Thu, Apr 23, 2026 at 10:17:13AM +0300, Dan Carpenter wrote: > 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. Oh I didn't know that we need to add Fixes tag too. Alright, I will add Fixes tag in the next iteration of the patch. Thank you for the feedback. Best regards, Robertus Diawan Chris