]> asedeno.scripts.mit.edu Git - linux.git/commit
qcom: spmi-gpio: Fix boundary conditions IRQ domain translate
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 12 Feb 2019 03:52:05 +0000 (19:52 -0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 13 Feb 2019 08:18:49 +0000 (09:18 +0100)
commitdac7da986ba39e9ff6b078ae15b561c4929edec1
tree621fc7d83495ba80d0ba47a65fc7a8bfff909c93
parenta44aec0b4a63725c2601db4257d204a757198817
qcom: spmi-gpio: Fix boundary conditions IRQ domain translate

GPIOs on the SPMI PMIC are numbered 1..ngpio, so the boundary check in
pmic_gpio_domain_translate() is off by one, correct this.

Fixes: ca69e2d165eb ("qcom: spmi-gpio: add support for hierarchical IRQ chip")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c