Re: [PATCH v4 03/11] irqchip: add sl28cpld interrupt controller support

From: Andy Shevchenko
Date: Fri Jun 05 2020 - 04:07:52 EST


On Fri, Jun 5, 2020 at 12:13 AM Michael Walle <michael@xxxxxxxx> wrote:
>
> Add support for the interrupt controller inside the sl28 CPLD management
> controller.
>
> The interrupt controller can handle at most 8 interrupts and is really
> simplistic and consists only of an interrupt mask and an interrupt
> pending register.

...

> +config SL28CPLD_INTC
> + bool

Same Q: Why not module?

...

> +static const struct of_device_id sl28cpld_intc_of_match[] = {
> + { .compatible = "kontron,sl28cpld-intc" },

> + {},

There is no point to have comma in terminator line.

> +};


--
With Best Regards,
Andy Shevchenko