Re: [PATCH v3 02/27] rust: driver: move 'static bounds to constructor

From: Alexandre Courbot

Date: Mon May 18 2026 - 10:53:49 EST


On Sun May 17, 2026 at 9:00 AM JST, Danilo Krummrich wrote:
> From: Gary Guo <gary@xxxxxxxxxxx>
>
> With the ForeignOwnable lifetime change, the 'static bound is no longer
> necessary on the drvdata methods or bus adapter impls. Move it to the
> Registration constructor instead.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
> Co-developed-by: Danilo Krummrich <dakr@xxxxxxxxxx>
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>

Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>