diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2015-06-08 08:19:54 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-08 13:53:19 -0400 |
commit | 30f40bf6f3ec081a0bcf8e39329892be1c219cca (patch) | |
tree | 7b95172057d9e96862c54c197bc07ae81d80dea3 /sound | |
parent | 4785ed89f2ec6ccdd48eae7acab3dbc2c63e4ca6 (diff) |
ASoC: tas2552: Remove unneeded semicolon
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/tas2552.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
708 | if (PTR_ERR(data->enable_gpio) == -EPROBE_DEFER) | 708 | if (PTR_ERR(data->enable_gpio) == -EPROBE_DEFER) |
709 | return -EPROBE_DEFER; | 709 | return -EPROBE_DEFER; |
710 | 710 | ||
711 | data->enable_gpio = NULL;; | 711 | data->enable_gpio = NULL; |
712 | } | 712 | } |
713 | 713 | ||
714 | data->tas2552_client = client; | 714 | data->tas2552_client = client; |