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

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: tegra: remove unneeded semicolon

./sound/soc/tegra/tegra_asoc_machine.c:206:3-4: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4583
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230322014330.97079-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jiapeng Chong and committed by
Mark Brown
59385ed4 dcf08424

+1 -1
+1 -1
sound/soc/tegra/tegra_asoc_machine.c
··· 203 203 "nvidia,coupled-mic-hp-det")) { 204 204 tegra_machine_mic_jack_gpio.desc = machine->gpiod_hp_det; 205 205 tegra_machine_mic_jack_gpio.jack_status_check = coupled_mic_hp_check; 206 - }; 206 + } 207 207 208 208 err = snd_soc_jack_add_gpios(&tegra_machine_mic_jack, 1, 209 209 &tegra_machine_mic_jack_gpio);