[alsa-devel] [PATCH v3 7/9] ASoC: tas2552: Remove unneeded semicolon
Peter Ujfalusi
peter.ujfalusi at ti.com
Mon Jun 8 14:19:54 CEST 2015
Double semicolon was added by the following commit:
ea178d1456dc ASoC: tas2552: Make the enable-gpio really optional
Signed-off-by: Peter Ujfalusi <peter.ujfalusi at ti.com>
---
sound/soc/codecs/tas2552.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/tas2552.c b/sound/soc/codecs/tas2552.c
index 7e65294f5244..534b57bff03d 100644
--- 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;
--
2.4.2
More information about the Alsa-devel
mailing list