diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2020-03-31 15:46:03 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-03-31 16:43:54 +0200 |
commit | c42f69b4207e104229242c3d9da43b55d4b95d6d (patch) | |
tree | 5ca23b658238d694abd4ef9dce2f79a2904d4dc7 /drivers/pinctrl/qcom | |
parent | 13bec8d49bdf10aab4e1570ef42417f6bfbb6126 (diff) | |
download | linux-c42f69b4207e104229242c3d9da43b55d4b95d6d.tar.gz linux-c42f69b4207e104229242c3d9da43b55d4b95d6d.tar.bz2 linux-c42f69b4207e104229242c3d9da43b55d4b95d6d.zip |
pinctrl: qcom: fix compilation error
pinctrl: qcom: use scm_call to route GPIO irq to Apps has a typo in the
patch and introduced a compilation error.
Fixes: 13bec8d4 pinctrl: qcom: use scm_call to route GPIO irq to Apps
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Link: https://lore.kernel.org/r/20200331134603.13513-1-ansuelsmth@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/qcom')
-rw-r--r-- | drivers/pinctrl/qcom/pinctrl-msm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-msm.c b/drivers/pinctrl/qcom/pinctrl-msm.c index 75fee04dac53..91b20a651810 100644 --- a/drivers/pinctrl/qcom/pinctrl-msm.c +++ b/drivers/pinctrl/qcom/pinctrl-msm.c @@ -905,7 +905,6 @@ static int msm_gpio_irq_set_type(struct irq_data *d, unsigned int type) dev_err(pctrl->dev, "Failed routing %lu interrupt to Apps proc", d->hwirq); - } } else { val = msm_readl_intr_target(pctrl, g); val &= ~(7 << g->intr_target_bit); |