Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peter Ujfalusi and committed by
Mark Brown
30f40bf6 4785ed89

+1 -1
+1 -1
sound/soc/codecs/tas2552.c
··· 708 708 if (PTR_ERR(data->enable_gpio) == -EPROBE_DEFER) 709 709 return -EPROBE_DEFER; 710 710 711 - data->enable_gpio = NULL;; 711 + data->enable_gpio = NULL; 712 712 } 713 713 714 714 data->tas2552_client = client;