Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 035e6e88 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "pinctrl: qcom: Update irq handle for GPIO pins"

parents efc5ea1c 558f2628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -951,7 +951,7 @@ static int msm_gpio_init(struct msm_pinctrl *pctrl)
	ret = gpiochip_irqchip_add(chip,
				   &msm_gpio_irq_chip,
				   0,
				   handle_edge_irq,
				   handle_fasteoi_irq,
				   IRQ_TYPE_NONE);
	if (ret) {
		dev_err(pctrl->dev, "Failed to add irqchip to gpiochip\n");