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

ASoC: codecs: Remove unneeded semicolon

./sound/soc/codecs/peb2466.c:1851:2-3: Unneeded semicolon
./sound/soc/codecs/peb2466.c:1887:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4045
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Herve Codina <herve.codina@bootlin.com>
Link: https://lore.kernel.org/r/20230213010547.105312-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Yang Li and committed by
Mark Brown
d227116c 771725ef

+2 -2
+2 -2
sound/soc/codecs/peb2466.c
··· 1848 1848 if (offset < 16) { 1849 1849 /* SOx_{0,1} */ 1850 1850 return -EINVAL; 1851 - }; 1851 + } 1852 1852 1853 1853 ret = peb2466_chip_gpio_offset_to_dir_regmask(offset, &xr_reg, &mask); 1854 1854 if (ret) { ··· 1884 1884 if (offset < 16) { 1885 1885 /* SOx_{0,1} */ 1886 1886 return 0; 1887 - }; 1887 + } 1888 1888 1889 1889 ret = peb2466_chip_gpio_offset_to_dir_regmask(offset, &xr_reg, &mask); 1890 1890 if (ret) {