]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_id
authorStephan Gerhold <stephan@gerhold.net>
Wed, 6 Nov 2019 17:31:25 +0000 (18:31 +0100)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 05:29:37 +0000 (00:29 -0500)
commitb6c883e2a2f5621c3154b87b0d151fc76e926cc4
tree255ebb14063f5d31110edc3fc571eaf281af469c
parent1b299144949186e633a0248906722282513ca9cc
regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_id

BugLink: https://bugs.launchpad.net/bugs/1862259
commit 458ea3ad033fc86e291712ce50cbe60c3428cf30 upstream.

Those regulators are not actually supported by the AB8500 regulator
driver. There is no ab8500_regulator_info for them and no entry in
ab8505_regulator_match.

As such, they cannot be registered successfully, and looking them
up in ab8505_regulator_match causes an out-of-bounds array read.

Fixes: 547f384f33db ("regulator: ab8500: add support for ab8505")
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20191106173125.14496-2-stephan@gerhold.net
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
include/linux/regulator/ab8500.h