platform: remove useless if-branch in __platform_get_irq_byname()
authorSoha Jin <soha@lohu.info>
Fri, 11 Nov 2022 09:45:42 +0000 (17:45 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jan 2023 18:12:48 +0000 (19:12 +0100)
commit9dd4541b1693e9aa124a167b40e294aa6906433f
tree11b9f34bc71d0dee5aa53ac67f42cd258ee52a99
parentd16ee771fbece55e4a1fd5e032eeebee1efacc1d
platform: remove useless if-branch in __platform_get_irq_byname()

When CONFIG_OF_IRQ is not enabled, there will be a stub method that always
returns 0 when getting IRQ. Thus, the if-branch can be removed safely.

Signed-off-by: Soha Jin <soha@lohu.info>
Link: https://lore.kernel.org/r/20221111094542.270540-1-soha@lohu.info
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/platform.c