Skip to content

Commit

Permalink
ASoC: tas2552: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
Double semicolon was added by the following commit:
ea178d1 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>
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Jun 8, 2015
1 parent 4785ed8 commit 30f40bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/tas2552.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 30f40bf

Please sign in to comment.