projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6be67
)
ASoC: Intel: catpt: remove unneeded semicolon
author
Yang Li
<yang.lee@linux.alibaba.com>
Mon, 1 Feb 2021 08:01:21 +0000
(16:01 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 3 Feb 2021 16:23:09 +0000
(16:23 +0000)
Eliminate the following coccicheck warning:
./sound/soc/intel/catpt/pcm.c:355:2-3: Unneeded semicolon
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link:
https://lore.kernel.org/r/1612166481-121376-1-git-send-email-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/catpt/pcm.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/catpt/pcm.c
b/sound/soc/intel/catpt/pcm.c
index 9d304b3a817fa03f5193fdee2fa92b6c879baf9f..ebb27daeb1c7760ad44a6bccbae5dc3643d99290 100644
(file)
--- a/
sound/soc/intel/catpt/pcm.c
+++ b/
sound/soc/intel/catpt/pcm.c
@@
-352,7
+352,7
@@
static int catpt_dai_apply_usettings(struct snd_soc_dai *dai,
break;
default:
return 0;
- }
;
+ }
list_for_each_entry(pos, &component->card->snd_card->controls, list) {
if (pos->private_data == component &&