commit | 6ef930f20c30f8a7dcffa50fa9f33a9211727a6e | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Nov 07 10:04:38 2017 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Nov 07 11:09:51 2017 +0000 |
tree | aac930fa30494d7a3f58a9cc6aa162dfb3776146 | |
parent | 61dc367e5d767e1c56147f6e497d13cc2771abb1 [diff] |
irqchip/gic-v3-its: Fix VPE activate callback return value its_vpe_irq_domain_activate should always return 0. Really. There is not a single case why it wouldn't. So this "return true;" is really a copy/paste issue that got revealed now that we actually check the return value of the activate method. Brown paper bag day. Fixes: 2247e1bf7063 ("irqchip/gic-v3-its: Limit scope of VPE mapping to be per ITS") Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>