[PATCH v2 02/13] gpiolib: Introduce gpiochip_node_count() helper

Andy Shevchenko andriy.shevchenko at linux.intel.com
Wed Mar 30 04:35:00 PDT 2022


On Wed, Mar 30, 2022 at 12:02:07PM +0200, Geert Uytterhoeven wrote:
> On Tue, Mar 29, 2022 at 5:29 PM Andy Shevchenko
> <andriy.shevchenko at linux.intel.com> wrote:

...

> > +       unsigned int count;
> 
> Preinitialize to zero?

Whatever for what consensus will be achieved. Initially I have that way,
then I changed.

> > +       count = 0;
> > +       for_each_gpiochip_node(dev, child)
> > +               count++;
> 
> Regardless:
> Reviewed-by: Geert Uytterhoeven <geert+renesas at glider.be>
> Tested-by: Geert Uytterhoeven <geert+renesas at glider.be>

Thanks!

-- 
With Best Regards,
Andy Shevchenko





More information about the linux-arm-kernel mailing list