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

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

Merge "pinctrl: msm: set irq's flow type with controller extension always"

parents d809efea add3956d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -658,10 +658,8 @@ static int msm_tlmm_irq_set_type(struct irq_data *d, unsigned int flow_type)
	mb();
	spin_unlock_irqrestore(&ic->irq_lock, irq_flags);

	if ((flow_type & IRQ_TYPE_EDGE_BOTH) != IRQ_TYPE_EDGE_BOTH) {
	if (ic->irq_chip_extn->irq_set_type)
		ic->irq_chip_extn->irq_set_type(d, flow_type);
	}

	return 0;
}