Re: [PATCH 0/7] pcmcia: Convert to platform remove callback returning void

From: Greg Kroah-Hartman
Date: Sat Dec 09 2023 - 04:28:48 EST


On Fri, Dec 08, 2023 at 08:19:08PM +0100, Dominik Brodowski wrote:
> Am Fri, Dec 08, 2023 at 05:08:05PM +0100 schrieb Uwe Kleine-König:
> > Hello,
> >
> > this series changes all platform drivers in drivers/pcmcia to use the
> > .remove_new() callback. See commit 5c5a7680e67b ("platform: Provide a
> > remove callback that returns no value") for an extended explanation and
> > the eventual goal.
> >
> > All conversations are trivial, because all .remove() callbacks returned
> > zero unconditionally already.
> >
> > There are no interdependencies between these patches, so they could be
> > picked up individually. However I'd expect them to go in all together.
> > It's unclrear to me though, who will pick them up. Dominik? Greg?
>
> Both options are fine with me. In the latter case:
>
> Acked-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>

I can take these, thanks!

greg k-h