]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
irqchip/orion: Use of_address_count() helper
authorYang Yingliang <yangyingliang@huawei.com>
Wed, 26 Jul 2023 03:07:41 +0000 (11:07 +0800)
committerMarc Zyngier <maz@kernel.org>
Mon, 21 Aug 2023 16:48:59 +0000 (17:48 +0100)
commit70befedaf5b020a08d397e2d6a9c306f0f611cfb
treea6ca05243871a4596bd2b37edcd9b01d72197379
parentd0afed833970808f141ed52fcc591998087f3a26
irqchip/orion: Use of_address_count() helper

After commit 16988c742968 ("of/address: introduce of_address_count() helper"),
Use of_address_count() to instead of open-coding it, it's no functional change.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230726030741.1136244-1-yangyingliang@huawei.com
drivers/irqchip/irq-orion.c