projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68fa08c
)
ASoC: cs42l73: Remove trailing semicolon
author
Luis de Bethencourt
<luisbg@kernel.org>
Thu, 11 Jan 2018 16:27:04 +0000
(16:27 +0000)
committer
Mark Brown
<broonie@kernel.org>
Fri, 12 Jan 2018 21:06:38 +0000
(21:06 +0000)
The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.
Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l73.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs42l73.c
b/sound/soc/codecs/cs42l73.c
index dde37e569ade934d98cb198196985acd1fbdd4be..aebaa97490b6fb1b914b9db83ceec95007e83b51 100644
(file)
--- a/
sound/soc/codecs/cs42l73.c
+++ b/
sound/soc/codecs/cs42l73.c
@@
-1355,7
+1355,7
@@
static int cs42l73_i2c_probe(struct i2c_client *i2c_client,
ret = regmap_read(cs42l73->regmap, CS42L73_REVID, ®);
if (ret < 0) {
dev_err(&i2c_client->dev, "Get Revision ID failed\n");
- return ret;
;
+ return ret;
}
dev_info(&i2c_client->dev,