projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4785ed8
)
ASoC: tas2552: Remove unneeded semicolon
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Mon, 8 Jun 2015 12:19:54 +0000
(15:19 +0300)
committer
Mark Brown
<broonie@kernel.org>
Mon, 8 Jun 2015 17:53:19 +0000
(18:53 +0100)
Double semicolon was added by the following commit:
ea178d1456dc
ASoC: tas2552: Make the enable-gpio really optional
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2552.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/tas2552.c
b/sound/soc/codecs/tas2552.c
index 7e65294f5244d3f1a12d2e54b0a6dbc465e5e1ef..534b57bff03d67b1221ffb1a10f849c8565fb551 100644
(file)
--- a/
sound/soc/codecs/tas2552.c
+++ b/
sound/soc/codecs/tas2552.c
@@
-708,7
+708,7
@@
static int tas2552_probe(struct i2c_client *client,
if (PTR_ERR(data->enable_gpio) == -EPROBE_DEFER)
return -EPROBE_DEFER;
- data->enable_gpio = NULL;
;
+ data->enable_gpio = NULL;
}
data->tas2552_client = client;