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

Commit 432a2106 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: pinctrl: msm: remove redundant call to set handler"

parents fe977ee3 68f362a9
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1192,16 +1192,6 @@ static int msm_gpio_init(struct msm_pinctrl *pctrl)
		}
	}

	/*
	 * Since we are chained to the GIC using the TLMM summary line
	 * and in hierarchy with the wakeup parent interrupt controller,
	 * explicitly set the chained summary line. We need to do this because
	 * the summary line is not routed to the wakeup parent but directly
	 * to the GIC.
	 */
	gpiochip_set_chained_irqchip(chip, &pctrl->irq_chip, pctrl->irq,
				     msm_gpio_irq_handler);

	return 0;
}