projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3baca
)
regulator: da9211: fix coccinelle warnings
author
Fengguang Wu
<fengguang.wu@intel.com>
Fri, 29 Aug 2014 11:41:59 +0000
(12:41 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 29 Aug 2014 11:42:12 +0000
(12:42 +0100)
drivers/regulator/da9211-regulator.c:281:2-3: Unneeded semicolon
Removes unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/da9211-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/da9211-regulator.c
b/drivers/regulator/da9211-regulator.c
index 5aabbac1b524e257638a20dbe1c430896194ca70..9722728b954a7d8992049a6a38cb770ffd0dfb9b 100644
(file)
--- a/
drivers/regulator/da9211-regulator.c
+++ b/
drivers/regulator/da9211-regulator.c
@@
-278,7
+278,7
@@
static struct da9211_pdata *da9211_parse_regulators_dt(
pdata->init_data[n] = da9211_matches[i].init_data;
n++;
- }
;
+ }
return pdata;
}