diff options
author | Charles Keepax <[email protected]> | 2014-08-12 14:51:22 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2014-09-26 08:15:40 +0100 |
commit | 2a3377ee2d8ca15ba21caf1d420cfeaf3ba4390a (patch) | |
tree | b5e7e54afa97b48723547b26f8952786b50dac38 /include/linux/fpga/fpga-mgr.h | |
parent | e569d937af96bc1ec00e33285fff33ae9c1e42d6 (diff) |
mfd: arizona: Avoid use of legacy IRQ mapping
regmap_add_irq_chip is called from arizona_irq_init with the irq_base
specified as -1 and regmap_add_irq_chip uses if (irq_base) to check if
it should use legacy IRQ mapping. As such the irq mappings are currently
added with irq_domain_add_legacy, rather than irq_domain_add_linear.
This is clearly a typo as there is no reason why this driver can't use
irq_domain_add_linear.
This patch corrects this by passing the irq_base as zero to
regmap_add_irq_chip.
Signed-off-by: Charles Keepax <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions