Re: [PATCH 1/6] isa: Introduce the module_isa_driver_with_irq helper macro

From: Bartosz Golaszewski
Date: Thu Sep 15 2022 - 04:30:07 EST


On Thu, Sep 1, 2022 at 12:53 AM William Breathitt Gray
<william.gray@xxxxxxxxxx> wrote:
>
> On Thu, Aug 18, 2022 at 12:28:10PM -0400, William Breathitt Gray wrote:
> > Several ISA drivers feature IRQ support that can configured via an "irq"
> > array module parameter. This array typically matches directly with the
> > respective "base" array module parameter. To reduce code repetition, a
> > module_isa_driver_with_irq helper macro is introduced to provide a check
> > ensuring that the number of "irq" passed to the module matches with the
> > respective number of "base".
> >
> > Signed-off-by: William Breathitt Gray <william.gray@xxxxxxxxxx>
>
> Acked-by: William Breathitt Gray <william.gray@xxxxxxxxxx>

Series queued.

Bart