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: Remove unneeded semicolon

./sound/soc/codecs/ak4619.c:757:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9442
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://patch.msgid.link/20240628052406.36644-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Yang Li and committed by
Mark Brown
061505a1 4adf454f

+1 -1
+1 -1
sound/soc/codecs/ak4619.c
··· 754 754 default: 755 755 break; 756 756 } 757 - }; 757 + } 758 758 759 759 constraint->list = ak4619_sr; 760 760 constraint->mask = ak4619_rate_mask;