diff options
author | Axel Lin <axel.lin@ingics.com> | 2021-05-29 09:32:36 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-03 13:55:31 +0100 |
commit | 50bec7fb4cb1bcf9d387046b6dec7186590791ec (patch) | |
tree | 4e3117e2beb7bff4c6e1ab72ba5cccd90e54675b /drivers/irqchip/irq-renesas-intc-irqpin.c | |
parent | bc537e65b09a05923f98a31920d1ab170e648dba (diff) |
regulator: hi6421v600: Fix .vsel_mask setting
Take ldo3_voltages as example, the ARRAY_SIZE(ldo3_voltages) is 16.
i.e. the valid selector is 0 ~ 0xF.
But in current code the vsel_mask is "(1 << 15) - 1", i.e. 0x7FFF. Fix it.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20210529013236.373847-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/irqchip/irq-renesas-intc-irqpin.c')
0 files changed, 0 insertions, 0 deletions