projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a2263
)
mfd: remove unnecessary semicolons from twl4030
author
Joe Perches
<joe@perches.com>
Sun, 28 Jun 2009 16:26:30 +0000
(09:26 -0700)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Thu, 17 Sep 2009 07:46:48 +0000
(09:46 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/twl4030-irq.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/twl4030-irq.c
b/drivers/mfd/twl4030-irq.c
index 7d430835655faeee2a35e6cfd266fc6376cfc024..fb194fe244c1b1ce2a0c487e6463af19d87a7693 100644
(file)
--- a/
drivers/mfd/twl4030-irq.c
+++ b/
drivers/mfd/twl4030-irq.c
@@
-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)