Re: [PATCH] media: venus: drop bogus probe deferrals

From: Vikash Garodia

Date: Tue Oct 28 2025 - 08:36:38 EST



On 10/17/2025 11:28 AM, Johan Hovold wrote:
> The encoder and decoder platform devices are registered by the venus
> driver as children of the venus device, but even if someone were to mess
> this up no amount of probe deferring is going to conjure up a parent.
>
> Relatedly, the venus driver sets its driver data before registering the
> child devices and if this ever breaks we want to learn about it by
> failing probe.
>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>


Reviewed-by: Vikash Garodia <vikash.garodia@xxxxxxxxxxxxxxxx>