Hi Marek, On Wed, Jun 6, 2018 at 1:10 AM, Marek Vasut <marek.vasut@xxxxxxxxx> wrote: > Replace DA9063_NUM_IRQ macro which is not used anywhere with > plain ARRAY_SIZE(). Thanks for your patch! > Signed-off-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxx> With the issue below fixed: Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- a/include/linux/mfd/da9063/core.h > +++ b/include/linux/mfd/da9063/core.h > @@ -73,7 +73,6 @@ enum da9063_irqs { > }; > > #define DA9063_IRQ_BASE_OFFSET 0 DA9063_IRQ_BASE_OFFSET is now unused, so please remove it (before someone starts using it, and makes it non-zero ;-) > -#define DA9063_NUM_IRQ (DA9063_IRQ_GPI15 + 1 - DA9063_IRQ_BASE_OFFSET) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds