mfd: remove unnecessary semicolons from twl4030
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
e9a22635b0
commit
df10d6465f
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ static void twl4030_sih_do_edge(struct work_struct *work)
|
||||||
/* see what work we have */
|
/* see what work we have */
|
||||||
spin_lock_irq(&sih_agent_lock);
|
spin_lock_irq(&sih_agent_lock);
|
||||||
edge_change = agent->edge_change;
|
edge_change = agent->edge_change;
|
||||||
agent->edge_change = 0;;
|
agent->edge_change = 0;
|
||||||
sih = edge_change ? agent->sih : NULL;
|
sih = edge_change ? agent->sih : NULL;
|
||||||
spin_unlock_irq(&sih_agent_lock);
|
spin_unlock_irq(&sih_agent_lock);
|
||||||
if (!sih)
|
if (!sih)
|
||||||
|
|
Loading…
Reference in a new issue