Re: [PATCH v2 1/1] ARM: orion/gpio: Get rid of unused first parameter in orion_gpio_init()

From: Andrew Lunn
Date: Tue Dec 21 2021 - 04:02:23 EST


On Tue, Dec 21, 2021 at 09:27:23AM +0200, Andy Shevchenko wrote:
> On Tue, Dec 14, 2021 at 02:48:52PM +0000, Russell King (Oracle) wrote:
> > On Tue, Dec 14, 2021 at 04:06:56PM +0200, Andy Shevchenko wrote:
> > > The OF node pointer is always NULL, get rid of unused parameter in
> > > orion_gpio_init(). As a side effect it will allow to switch GPIO
> > > library to the fwnode API, as well as in case of resurrecting it here
> > > it should be fwnode_handle anyways.
> > >
> > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> >
> > Reviewed-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>
>
> Thank you, Russell and Andrew, now I'm wondering who can pick this up?

Gregory Clement normally picks up these patches.

Andrew