On Sun, Jun 22, 2025 at 6:41 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote: > > Currently, Revocable::new() only supports infallible PinInit > implementations, i.e. impl PinInit<T, Infallible>. > > This has been sufficient so far, since users such as Devres do not > support fallibility. > > Since this is about to change, make Revocable::new() generic over the > error type E. > > Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx> If the series goes through driver-core, please feel free to take: Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx> Cheers, Miguel