Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: remove unnecessary semicolons from twl4030

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Joe Perches and committed by
Samuel Ortiz
df10d646 e9a22635

+1 -1
+1 -1
drivers/mfd/twl4030-irq.c
··· 424 424 /* see what work we have */ 425 425 spin_lock_irq(&sih_agent_lock); 426 426 edge_change = agent->edge_change; 427 - agent->edge_change = 0;; 427 + agent->edge_change = 0; 428 428 sih = edge_change ? agent->sih : NULL; 429 429 spin_unlock_irq(&sih_agent_lock); 430 430 if (!sih)