Re: [PATCH v1] gpio: mlxbf3: only get IRQ for device instance 0
From: Bartosz Golaszewski
Date: Mon Jun 16 2025 - 04:00:32 EST
On Fri, Jun 13, 2025 at 6:35 PM David Thompson <davthompson@xxxxxxxxxx> wrote:
>
> The gpio-mlxbf3 driver interfaces with two GPIO controllers,
> device instance 0 and 1. There is a single IRQ resource shared
> between the two controllers, and it is found in the ACPI table for
> device instance 0. The driver should not attempt to get an IRQ
> resource when probing device instance 1, otherwise the following
> error is logged:
> mlxbf3_gpio MLNXBF33:01: error -ENXIO: IRQ index 0 not found
>
> Signed-off-by: David Thompson <davthompson@xxxxxxxxxx>
> Reviewed-by: Shravan Kumar Ramani <shravankr@xxxxxxxxxx>
> ---
This looks like a fix, does it miss the Fixes: and Cc: stable tags?
Bartosz