commit | 45e9504f109b84986ba9d25a273a5d5bd3f3e9d9 | [log] [tgz] |
---|---|---|
author | Zenghui Yu <yuzenghui@huawei.com> | Thu Jul 16 16:39:05 2020 +0800 |
committer | Marc Zyngier <maz@kernel.org> | Mon Jul 27 08:55:02 2020 +0100 |
tree | c1d6e534cb189eb46a1c579ed9cc45acdf8e31ec | |
parent | 57a744e9553fb9f4900650bc24e523d4979b44d9 [diff] |
genirq/irqdomain: Remove redundant NULL pointer check on fwnode The is_fwnode_irqchip() helper will check if the fwnode_handle is empty. There is no need to perform a redundant check outside of it. Signed-off-by: Zenghui Yu <yuzenghui@huawei.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200716083905.287-1-yuzenghui@huawei.com