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

Commit df10d646 authored by Joe Perches's avatar Joe Perches Committed by Samuel Ortiz
Browse files

mfd: remove unnecessary semicolons from twl4030

parent e9a22635
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ static void twl4030_sih_do_edge(struct work_struct *work)
	/* see what work we have */
	spin_lock_irq(&sih_agent_lock);
	edge_change = agent->edge_change;
	agent->edge_change = 0;;
	agent->edge_change = 0;
	sih = edge_change ? agent->sih : NULL;
	spin_unlock_irq(&sih_agent_lock);
	if (!sih)