diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2014-08-29 07:41:59 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-08-29 07:42:12 -0400 |
commit | c2a946e07f9776ba5a73c37087c02e0e1830b5ce (patch) | |
tree | 27d4d3edb6ba22fedf687f011a43311dc501b93b | |
parent | bf3baca6c54ce8a2f51687296f868dfe20d33f13 (diff) |
regulator: da9211: fix coccinelle warnings
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>
-rw-r--r-- | drivers/regulator/da9211-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/da9211-regulator.c b/drivers/regulator/da9211-regulator.c index 5aabbac1b524..9722728b954a 100644 --- a/drivers/regulator/da9211-regulator.c +++ b/drivers/regulator/da9211-regulator.c | |||
@@ -278,7 +278,7 @@ static struct da9211_pdata *da9211_parse_regulators_dt( | |||
278 | pdata->init_data[n] = da9211_matches[i].init_data; | 278 | pdata->init_data[n] = da9211_matches[i].init_data; |
279 | 279 | ||
280 | n++; | 280 | n++; |
281 | }; | 281 | } |
282 | 282 | ||
283 | return pdata; | 283 | return pdata; |
284 | } | 284 | } |