Skip to content

Commit c42f69b

Browse files
Ansuellinusw
authored andcommitted
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: 13bec8d pinctrl: qcom: use scm_call to route GPIO irq to Apps Signed-off-by: Ansuel Smith <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 13bec8d commit c42f69b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pinctrl/qcom/pinctrl-msm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,6 @@ static int msm_gpio_irq_set_type(struct irq_data *d, unsigned int type)
905905
dev_err(pctrl->dev,
906906
"Failed routing %lu interrupt to Apps proc",
907907
d->hwirq);
908-
}
909908
} else {
910909
val = msm_readl_intr_target(pctrl, g);
911910
val &= ~(7 << g->intr_target_bit);

0 commit comments

Comments
 (0)