Re: linux-next: build failure after merge of the pwm tree

From: Stephen Rothwell

Date: Mon Oct 27 2025 - 21:51:46 EST


Hi all,

On Mon, 27 Oct 2025 10:38:05 +0100 "Danilo Krummrich" <dakr@xxxxxxxxxx> wrote:
>
> On Mon Oct 27, 2025 at 9:11 AM CET, Uwe Kleine-König wrote:
> > Translating the changes that commit does to
> > drivers/gpu/drm/nova/driver.rs for drivers/pwm/pwm_th1520.rs results in:
> >
> > diff --git a/drivers/pwm/pwm_th1520.rs b/drivers/pwm/pwm_th1520.rs
> > index 0ad38b78be85..dd554574adc8 100644
> > --- a/drivers/pwm/pwm_th1520.rs
> > +++ b/drivers/pwm/pwm_th1520.rs
> > @@ -328,7 +328,7 @@ impl platform::Driver for Th1520PwmPlatformDriver {
> > fn probe(
> > pdev: &platform::Device<Core>,
> > _id_info: Option<&Self::IdInfo>,
> > - ) -> Result<Pin<KBox<Self>>> {
> > + ) -> impl PinInit<Self, Error> {
> > let dev = pdev.as_ref();
> > let request = pdev.io_request_by_index(0).ok_or(ENODEV)?;
> >
> > @@ -365,7 +365,7 @@ fn probe(
> >
> > pwm::Registration::register(dev, chip)?;
> >
> > - Ok(KBox::new(Th1520PwmPlatformDriver, GFP_KERNEL)?.into())
> > + Ok(Th1520PwmPlatformDriver)
> > }
> > }
>
> Yes, this looks good.

OK, I have applied that to linux-next from today.

--
Cheers,
Stephen Rothwell

Attachment: pgpnzzQVm9O_J.pgp
Description: OpenPGP digital signature