linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: qcom: fix compilation error
@ 2020-03-31 13:46 Ansuel Smith
  2020-03-31 14:45 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Ansuel Smith @ 2020-03-31 13:46 UTC (permalink / raw)
  To: Andy Gross
  Cc: Ansuel Smith, Bjorn Andersson, Linus Walleij, linux-arm-msm,
	linux-gpio, linux-kernel

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>
---
 drivers/pinctrl/qcom/pinctrl-msm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/qcom/pinctrl-msm.c b/drivers/pinctrl/qcom/pinctrl-msm.c
index 2ef00882d1ce..5f7a6c64eea6 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);
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: qcom: fix compilation error
  2020-03-31 13:46 [PATCH] pinctrl: qcom: fix compilation error Ansuel Smith
@ 2020-03-31 14:45 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2020-03-31 14:45 UTC (permalink / raw)
  To: Ansuel Smith
  Cc: Andy Gross, Bjorn Andersson, MSM, open list:GPIO SUBSYSTEM, linux-kernel

On Tue, Mar 31, 2020 at 3:46 PM Ansuel Smith <ansuelsmth@gmail.com> wrote:

> 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>

Patch applied!

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-31 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31 13:46 [PATCH] pinctrl: qcom: fix compilation error Ansuel Smith
2020-03-31 14:45 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).