]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ASoC: Remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 28 Jun 2024 05:24:06 +0000 (13:24 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 28 Jun 2024 12:39:30 +0000 (13:39 +0100)
./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>
sound/soc/codecs/ak4619.c

index cbe27abe1f50317327536c27f6ad07b30d4743f6..8f2442482f72546ee288c5d499d152b0823f3f95 100644 (file)
@@ -754,7 +754,7 @@ static void ak4619_hw_constraints(struct ak4619_priv *ak4619,
                default:
                        break;
                }
-       };
+       }
 
        constraint->list        = ak4619_sr;
        constraint->mask        = ak4619_rate_mask;