gpio: bcm-kona: use platform_irq_count
authorPeng Fan <peng.fan@nxp.com>
Wed, 4 Dec 2019 09:24:39 +0000 (09:24 +0000)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 11 Dec 2019 10:06:31 +0000 (11:06 +0100)
commitcfdca14c44a79b9c9c491235a39b9fc1e520820b
tree1b261e0ed56b3b87a2b0e45c3f0f6e5547ad6717
parent0c21639f5a4b1f91b8b963058f2aa8b2a9e5f61c
gpio: bcm-kona: use platform_irq_count

platform_irq_count() is the more generic way (independent of
device trees) to determine the count of available interrupts. So
use this instead.

As platform_irq_count() might return an error code (which
of_irq_count doesn't) some additional handling is necessary.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-bcm-kona.c