On Mon, Aug 11, 2025 at 7:51 PM David Thompson davthompson@nvidia.com wrote:
This reverts commit 10af0273a35ab4513ca1546644b8c853044da134.
While this change was merged, it is not the preferred solution. During review of a similar change to the gpio-mlxbf2 driver, the use of "platform_get_irq_optional" was identified as the preferred solution, so let's use it for gpio-mlxbf3 driver as well.
Cc: stable@vger.kernel.org Fixes: 10af0273a35a ("gpio: mlxbf3: only get IRQ for device instance 0") Signed-off-by: David Thompson davthompson@nvidia.com
Ah, yes, it slipped through the crack, I should have paid more attention like with the other one you mentioned.
Thanks! Bart