Revert "gpio: mlxbf3: only get IRQ for device instance 0"
authorDavid Thompson <davthompson@nvidia.com>
Mon, 11 Aug 2025 17:50:44 +0000 (13:50 -0400)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 12 Aug 2025 13:40:15 +0000 (15:40 +0200)
commit56bdf7270ff4f870e2d4bfacdc00161e766dba2d
treea86d2e46e923b6f20fc0ffdd5b5b2ec6c776de14
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
Revert "gpio: mlxbf3: only get IRQ for device instance 0"

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>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/8d2b630c71b3742f2c74242cf7d602706a6108e6.1754928650.git.davthompson@nvidia.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-mlxbf3.c