]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ea261879c03a72658969889ad81fb756c5c39ff
tree1b261e0ed56b3b87a2b0e45c3f0f6e5547ad6717
parent13ac931d9b0bd6c4fdb1c001fe64e8fc2c9b7830
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