projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4adf454
)
ASoC: Remove unneeded semicolon
author
Yang Li
<yang.lee@linux.alibaba.com>
Fri, 28 Jun 2024 05:24:06 +0000
(13:24 +0800)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ak4619.c
b/sound/soc/codecs/ak4619.c
index
cbe27ab
..
8f24424
100644
(file)
--- a/
sound/soc/codecs/ak4619.c
+++ b/
sound/soc/codecs/ak4619.c
@@
-754,7
+754,7
@@
static void ak4619_hw_constraints(struct ak4619_priv *ak4619,
default:
break;
}
- }
;
+ }
constraint->list = ak4619_sr;
constraint->mask = ak4619_rate_mask;