Re: [PATCH] media: vpif_capture: fix OF node reference imbalance

From: Johan Hovold

Date: Thu Apr 30 2026 - 04:48:26 EST


On Tue, Apr 07, 2026 at 12:08:31PM +0200, Johan Hovold wrote:
> The driver reuses the OF node of the parent device but fails to take
> another reference to balance the one dropped by the platform bus code
> when unbinding the parent and releasing the child devices.
>
> Fix this by using the intended helper for reusing OF nodes.
>
> Fixes: 4a5f8ae50b66 ("[media] davinci: vpif_capture: get subdevs from DT when available")
> Cc: stable@xxxxxxxxxxxxxxx # 4.13
> Cc: Kevin Hilman <khilman@xxxxxxxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> ---

Can this one be picked up now?

Also here there was some invalid complaint from the media CI bot so just
want to make sure it has not been silently rejected.

Johan