Re: [PATCH v2] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`

From: Miguel Ojeda

Date: Tue Jun 02 2026 - 11:40:26 EST


On Tue, Jun 2, 2026 at 4:30 PM Francis Laniel
<laniel_francis@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Link: https://github.com/Rust-for-Linux/linux/issues/1189
> Signed-off-by: Francis Laniel <laniel_francis@xxxxxxxxxxxxxxxxxxx>
> Suggested-by: Benno Lossin <lossin@xxxxxxxxxx>
> Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
> Acked-by: Michal Wilczynski <m.wilczynski@xxxxxxxxxxx>

I would suggest this ordering:

Suggested-by: Benno Lossin <lossin@xxxxxxxxxx>
Link: https://github.com/Rust-for-Linux/linux/issues/1189
Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
Acked-by: Michal Wilczynski <m.wilczynski@xxxxxxxxxxx>
Signed-off-by: Francis Laniel <laniel_francis@xxxxxxxxxxxxxxxxxxx>

I guess this will go through PWM; otherwise, please let me know.

Thanks for the patch!

Cheers,
Miguel