Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30f40bf6 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Mark Brown
Browse files

ASoC: tas2552: Remove unneeded semicolon



Double semicolon was added by the following commit:
ea178d14 ASoC: tas2552: Make the enable-gpio really optional

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4785ed89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;