Re: [PATCH v3 0/4] media: renesas: Fix missing media_entity_cleanup()
From: biren pandya
Date: Mon Jun 22 2026 - 14:07:42 EST
On Mon, Jun 22, 2026 at 11:18 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote:
>
> Hi Biren Pandya,
>
> > -----Original Message-----
> > From: Biren Pandya <birenpandya@xxxxxxxxx>
> > Sent: 22 June 2026 18:34
> > Subject: [PATCH v3 0/4] media: renesas: Fix missing media_entity_cleanup()
> >
> > *** BLURB HERE ***
>
> Consider patch series description next time.
>
> Cheers,
> Biju
>
Hi Biju,
Apologies, I left the git-format-patch placeholder in by mistake — still
learning the tricks of the game; I'll fill in the cover letter next time.
Thanks for the nudge.
For the record: the series adds the missing media_entity_cleanup() calls
to the Renesas media drivers (rcar-csi2, csisp, rcar-vin, rzg2l-cru),
which initialise the entity but never clean it up on probe error paths or
in remove(). It's a no-op today, so no functional change and no backport.
Thanks,
Biren