diff options
author | Thierry Reding <treding@nvidia.com> | 2019-10-02 16:43:18 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-11-11 09:45:02 +0100 |
commit | 7f0e60c751dc7252276230c7f8def447ffc0af4e (patch) | |
tree | b48ed8047a04867b839b8007d45ee40bf2ca8878 /kernel/watchdog.c | |
parent | mfd: qcom-spmi-pmic: Add support for PM/PMI8950 (diff) | |
download | linux-7f0e60c751dc7252276230c7f8def447ffc0af4e.tar.xz linux-7f0e60c751dc7252276230c7f8def447ffc0af4e.zip |
mfd: max77620: Do not allocate IRQs upfront
regmap_add_irq_chip() will try to allocate all of the IRQ descriptors
upfront if passed a non-zero irq_base parameter. However, the intention
is to allocate IRQ descriptors on an as-needed basis if possible. Pass 0
instead of -1 to fix that use-case.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'kernel/watchdog.c')
0 files changed, 0 insertions, 0 deletions